Skip to content

Commit af4289f

Browse files
author
Sean O'Brien
committed
remove updated servicelist
1 parent bd7037e commit af4289f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/EndpointV2/EndpointProviderV2Test.php

-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ public function rulesetProtocolEndpointAndErrorCaseProvider()
164164
{
165165
$protocolTestCases = [];
166166
$serviceList = \Aws\manifest();
167-
$serviceList = ['s3control' => [ 'namespace' => 'S3Control', 'versions' => [ 'latest' => '2018-08-20', '2018-08-20' => '2018-08-20', ], 'serviceIdentifier' => 's3_control', ]];
168167

169168
forEach($serviceList as $service => $serviceValue) {
170169
$testFile = EndpointDefinitionProvider::getEndpointTests($service, 'latest');

0 commit comments

Comments
 (0)