Commit 0f749535 authored by justcoding121's avatar justcoding121

assert test

parent 8ef4beed
......@@ -23,6 +23,7 @@ namespace Titanium.Web.Proxy.IntegrationTests
using (var client = TestHelper.CreateHttpClient(testUrl, proxyPort))
{
var response = await client.GetAsync(new Uri(testUrl));
Assert.IsNotNull(response);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment