We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7de35 commit 78db535Copy full SHA for 78db535
tests/Unit/StepFunctionsClientTest.php
@@ -25,7 +25,6 @@ public function testSendTaskFailure(): void
25
26
$input = new SendTaskFailureInput([
27
'taskToken' => 'change me',
28
-
29
]);
30
$result = $client->sendTaskFailure($input);
31
0 commit comments