mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix create execution
This commit is contained in:
@@ -583,7 +583,7 @@ class FunctionsCustomServerTest extends Scope
|
||||
'content-type' => 'application/json',
|
||||
'x-appwrite-project' => $this->getProject()['$id'],
|
||||
], $this->getHeaders()), [
|
||||
'tagId' => 'unique()',
|
||||
'executionId' => 'unique()',
|
||||
'data' => 'foobar',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user