Skip to content

Commit

Permalink
Fix UTs (#7088)
Browse files Browse the repository at this point in the history
  • Loading branch information
skofman1 authored Apr 19, 2019
1 parent c7fe0aa commit 0ca0368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace NuGetGallery.SearchClient
{
public class RetryingHttpClientWrapperFacts
{
private static readonly Uri ValidUri1 = new Uri("http://www.microsoft.com");
private static readonly Uri ValidUri1 = new Uri("https://www.microsoft.com/en-us/");
private static readonly Uri ValidUri2 = new Uri("https://www.nuget.org");
private static readonly Uri InvalidUri1 = new Uri("http://nonexisting.domain.atleast.ihope");
private static readonly Uri InvalidUri2 = new Uri("http://nonexisting.domain.atleast.ihope/foo");
Expand Down

0 comments on commit 0ca0368

Please sign in to comment.