File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ public function testShouldAllowGetAwsClientIfSingleClientProvided()
1616 $ awsClient = (new Sdk (['Sns ' => [
1717 'key ' => '' ,
1818 'secret ' => '' ,
19- 'token ' => '' ,
2019 'region ' => '' ,
2120 'version ' => '2010-03-31 ' ,
2221 'endpoint ' => 'http://localhost ' ,
@@ -32,7 +31,6 @@ public function testShouldAllowGetAwsClientIfMultipleClientProvided()
3231 $ awsClient = (new Sdk (['Sns ' => [
3332 'key ' => '' ,
3433 'secret ' => '' ,
35- 'token ' => '' ,
3634 'region ' => '' ,
3735 'version ' => '2010-03-31 ' ,
3836 'endpoint ' => 'http://localhost ' ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ public function testShouldAllowGetAwsClientIfSingleClientProvided()
1616 $ awsClient = (new Sdk (['Sqs ' => [
1717 'key ' => '' ,
1818 'secret ' => '' ,
19- 'token ' => '' ,
2019 'region ' => '' ,
2120 'version ' => '2012-11-05 ' ,
2221 'endpoint ' => 'http://localhost ' ,
@@ -32,7 +31,6 @@ public function testShouldAllowGetAwsClientIfMultipleClientProvided()
3231 $ awsClient = (new Sdk (['Sqs ' => [
3332 'key ' => '' ,
3433 'secret ' => '' ,
35- 'token ' => '' ,
3634 'region ' => '' ,
3735 'version ' => '2012-11-05 ' ,
3836 'endpoint ' => 'http://localhost ' ,
You can’t perform that action at this time.
0 commit comments