File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ public function testShouldAllowGetAwsClientIfSingleClientProvided()
16
16
$ awsClient = (new Sdk (['Sns ' => [
17
17
'key ' => '' ,
18
18
'secret ' => '' ,
19
- 'token ' => '' ,
20
19
'region ' => '' ,
21
20
'version ' => '2010-03-31 ' ,
22
21
'endpoint ' => 'http://localhost ' ,
@@ -32,7 +31,6 @@ public function testShouldAllowGetAwsClientIfMultipleClientProvided()
32
31
$ awsClient = (new Sdk (['Sns ' => [
33
32
'key ' => '' ,
34
33
'secret ' => '' ,
35
- 'token ' => '' ,
36
34
'region ' => '' ,
37
35
'version ' => '2010-03-31 ' ,
38
36
'endpoint ' => 'http://localhost ' ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ public function testShouldAllowGetAwsClientIfSingleClientProvided()
16
16
$ awsClient = (new Sdk (['Sqs ' => [
17
17
'key ' => '' ,
18
18
'secret ' => '' ,
19
- 'token ' => '' ,
20
19
'region ' => '' ,
21
20
'version ' => '2012-11-05 ' ,
22
21
'endpoint ' => 'http://localhost ' ,
@@ -32,7 +31,6 @@ public function testShouldAllowGetAwsClientIfMultipleClientProvided()
32
31
$ awsClient = (new Sdk (['Sqs ' => [
33
32
'key ' => '' ,
34
33
'secret ' => '' ,
35
- 'token ' => '' ,
36
34
'region ' => '' ,
37
35
'version ' => '2012-11-05 ' ,
38
36
'endpoint ' => 'http://localhost ' ,
You can’t perform that action at this time.
0 commit comments