Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c5efa3

Browse files
committed
Fix test related to localstack internal change
1 parent 46aaa1f commit 1c5efa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core/tests/Integration/StsClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function testGetCallerIdentity(): void
7878

7979
self::assertNotNull($result->getUserId());
8080
self::assertStringContainsString('000000000000', $result->getAccount());
81-
self::assertStringContainsString('arn:aws:sts::000000000000:user/moto', $result->getArn());
81+
self::assertStringContainsString('arn:aws:sts::000000000000:user/localstack', $result->getArn());
8282
}
8383

8484
public function testNonAwsRegionWithCustomEndpoint(): void

0 commit comments

Comments
 (0)