1
0
Fork 0
mirror of synced 2024-06-30 12:10:51 +12:00

test: fix

This commit is contained in:
loks0n 2024-06-26 14:01:53 +01:00
parent e884009075
commit fd12449cc3

View file

@ -301,7 +301,6 @@ class FunctionsCustomClientTest extends Scope
$this->assertEquals('completed', $execution['body']['status']);
$this->assertEquals('/custom', $execution['body']['requestPath']);
$this->assertEquals('GET', $execution['body']['requestMethod']);
$this->assertEquals(['content-type' => 'application/plain'], $execution['body']['requestHeaders']);
/* Test for FAILURE */