File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,9 +189,9 @@ public function handle($event, Context $context)
189
189
190
190
// Check the lambda result contains the error message
191
191
$ error = json_decode ((string ) $ eventFailureLog ->getBody (), true );
192
- $ this ->assertSame ('Error while calling the Lambda runtime API: The requested URL returned error: 400 Bad Request ' , $ error ['errorMessage ' ]);
192
+ $ this ->assertSame ('Error while calling the Lambda runtime API: The requested URL returned error: 400 ' , $ error ['errorMessage ' ]);
193
193
194
- $ this ->assertErrorInLogs ('Exception ' , 'Error while calling the Lambda runtime API: The requested URL returned error: 400 Bad Request ' );
194
+ $ this ->assertErrorInLogs ('Exception ' , 'Error while calling the Lambda runtime API: The requested URL returned error: 400 ' );
195
195
}
196
196
197
197
public function test function results that cannot be encoded are reported as invocation errors ()
You can’t perform that action at this time.
0 commit comments