mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
test: fix
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user