Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46aaa1f commit 1c5efa3Copy full SHA for 1c5efa3
1 file changed
src/Core/tests/Integration/StsClientTest.php
@@ -78,7 +78,7 @@ public function testGetCallerIdentity(): void
78
79
self::assertNotNull($result->getUserId());
80
self::assertStringContainsString('000000000000', $result->getAccount());
81
- self::assertStringContainsString('arn:aws:sts::000000000000:user/moto', $result->getArn());
+ self::assertStringContainsString('arn:aws:sts::000000000000:user/localstack', $result->getArn());
82
}
83
84
public function testNonAwsRegionWithCustomEndpoint(): void
0 commit comments