Skip to content

Commit 85d84f7

Browse files
Try specifying localhost
1 parent 0c176ac commit 85d84f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Web.Tests/TestUtilities/TestConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static class TestConstants
88
public const string AzureConnectionString = "UseDevelopmentStorage=true";
99
public const string AzureContainerName = "azure";
1010
public const string AzureCacheContainerName = "is-cache";
11-
public const string AWSEndpoint = "http://127.0.0.1:10003/";
11+
public const string AWSEndpoint = "http://localhost:10003/";
1212
public const string AWSRegion = "eu-west-2";
1313
public const string AWSBucketName = "aws";
1414
public const string AWSCacheBucketName = "aws-cache";

0 commit comments

Comments
 (0)