Skip to content

Commit

Permalink
Update FluentEchoTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Jan 24, 2020
1 parent c8141b1 commit d6aaf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FluentRest.Tests/FluentEchoTests.cs
Expand Up @@ -418,7 +418,7 @@ public async void SendRequest()
private static IFluentClient CreateClient()
{
var httpClient = new HttpClient();
httpClient.BaseAddress = new Uri("http://httpbin.org/", UriKind.Absolute);
httpClient.BaseAddress = new Uri("https://httpbin.org/", UriKind.Absolute);

var fluentClient = new FluentClient(httpClient);

Expand Down

0 comments on commit d6aaf43

Please sign in to comment.