Skip to content

Commit 222be22

Browse files
authored
Remove TODO in implemented tests (#784)
1 parent c05f212 commit 222be22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Unit/Result/AssumeRoleWithWebIdentityResponseTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public function testAssumeRoleWithWebIdentityResponse(): void
3838
$client = new MockHttpClient($response);
3939
$result = new AssumeRoleWithWebIdentityResponse(new Response($client->request('POST', 'http://localhost'), $client, new NullLogger()));
4040

41-
// self::assertTODO(expected, $result->getCredentials());
4241
self::assertSame('amzn1.account.AF6RHO7KZU5XRVQJGXK6HB56KR2A', $result->getSubjectFromWebIdentityToken());
4342
self::assertSame('arn:aws:sts::123456789012:assumed-role/FederatedWebIdentityRole/app1', $result->getAssumedRoleUser()->getArn());
4443
self::assertSame('AROACLKWSDQRAOEXAMPLE:app1', $result->getAssumedRoleUser()->getAssumedRoleId());

0 commit comments

Comments
 (0)