From 6e5281abf8ab045cb1909e8955dbfb56d6207ff5 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Fri, 30 Jul 2021 17:00:17 +0545 Subject: [PATCH] fix create execution --- tests/e2e/Services/Functions/FunctionsCustomServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index 7273866afe..2d3880cb11 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -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', ]);