File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/ImageSharp.Web.Tests/TestUtilities Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,14 @@ jobs:
102102 shell : bash
103103 run : |
104104 sudo npm install -g s3rver
105- sudo s3rver -p 10003 - d . &
105+ sudo s3rver -d . &
106106
107107 - name : S3rver Setup Windows
108108 if : matrix.options.os == 'windows-latest'
109109 shell : bash
110110 run : |
111111 npm install -g s3rver
112- s3rver -p 10003 - d . &
112+ s3rver -d . &
113113
114114 - name : DotNet Setup
115115 uses : actions/setup-dotnet@v3
Original file line number Diff line number Diff 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://localhost:10003 /" ;
11+ public const string AWSEndpoint = "http://localhost:4568 /" ;
1212 public const string AWSRegion = "eu-west-2" ;
1313 public const string AWSBucketName = "aws" ;
1414 public const string AWSCacheBucketName = "aws-cache" ;
You can’t perform that action at this time.
0 commit comments