File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ class StsClientTest extends TestCase
15
15
{
16
16
public function testAssumeRole (): void
17
17
{
18
- self ::markTestSkipped ('No Docker image for STS ' );
19
-
20
18
$ client = $ this ->getClient ();
21
19
22
20
$ input = new AssumeRoleRequest ([
@@ -47,10 +45,6 @@ public function testAssumeRole(): void
47
45
48
46
public function testAssumeRoleWithWebIdentity (): void
49
47
{
50
- self ::markTestSkipped ('No Docker image for STS ' );
51
-
52
- self ::markTestIncomplete ('Not implemented ' );
53
-
54
48
$ client = $ this ->getClient ();
55
49
56
50
$ input = new AssumeRoleWithWebIdentityRequest ([
@@ -78,8 +72,6 @@ public function testAssumeRoleWithWebIdentity(): void
78
72
79
73
public function testGetCallerIdentity (): void
80
74
{
81
- self ::markTestSkipped ('No Docker image for STS ' );
82
-
83
75
$ client = $ this ->getClient ();
84
76
85
77
$ input = new GetCallerIdentityRequest ([
@@ -96,6 +88,8 @@ public function testGetCallerIdentity(): void
96
88
97
89
private function getClient (): StsClient
98
90
{
91
+ self ::markTestSkipped ('No Docker image for STS ' );
92
+
99
93
return new StsClient ([
100
94
'endpoint ' => 'http://localhost ' ,
101
95
], new NullProvider ());
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class AssumeRoleWithWebIdentityResponseTest extends TestCase
11
11
{
12
12
public function testAssumeRoleWithWebIdentityResponse (): void
13
13
{
14
- // see https://docs.aws.amazon.com/SERVICE /latest/APIReference/API_METHOD .html
14
+ // see https://docs.aws.amazon.com/STS /latest/APIReference/API_AssumeRoleWithWebIdentity .html
15
15
$ response = new SimpleMockedResponse ('<AssumeRoleWithWebIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
16
16
<AssumeRoleWithWebIdentityResult>
17
17
<SubjectFromWebIdentityToken>amzn1.account.AF6RHO7KZU5XRVQJGXK6HB56KR2A</SubjectFromWebIdentityToken>
You can’t perform that action at this time.
0 commit comments