Skip to content

Commit dbb9fb6

Browse files
committed
try fix test again
1 parent e5aa961 commit dbb9fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-runtime/aws-config/common/test/aws/sdk/kotlin/runtime/auth/credentials/LoginTokenProviderTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class LoginTokenProviderTest {
154154
platformProvider = testPlatform,
155155
clock = testClock,
156156
cacheDirectory = resolveCacheDir(testPlatform),
157-
client = signinClient(providedHttpClient = httpClient),
157+
client = signinClient("us-west-2", providedHttpClient = httpClient),
158158
)
159159

160160
testCase.outcomes.forEach { expectedOutcome ->

0 commit comments

Comments
 (0)