Skip to content

Commit c8719be

Browse files
authored
Add integration test via localstack (#941)
1 parent d09be0c commit c8719be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/CodeDeployClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function testPutLifecycleEventHookExecutionStatus(): void
2727

2828
private function getClient(): CodeDeployClient
2929
{
30-
self::markTestSkipped('There is not docker image available for CodeDeploy.');
30+
self::markTestSkipped('There is no docker image available for CodeDeploy.');
3131

3232
return new CodeDeployClient([
3333
'endpoint' => 'http://localhost',

0 commit comments

Comments
 (0)