1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

fix create execution

This commit is contained in:
Damodar Lohani 2021-07-30 17:00:17 +05:45
parent da1ac1df20
commit 6e5281abf8

View file

@ -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',
]);