Fix failing tests

This commit is contained in:
Matej Bačo
2026-03-19 15:33:36 +01:00
parent 1754d6cc81
commit bdd3c2f9f5
@@ -274,6 +274,7 @@ trait ProjectsBase
'x-appwrite-project' => $projectData['projectId'],
'x-appwrite-mode' => 'admin',
], $this->getHeaders()), [
'variableId' => 'unique()',
'key' => 'APP_TEST',
'value' => 'TESTINGVALUE',
'secret' => false
@@ -288,6 +289,7 @@ trait ProjectsBase
'x-appwrite-project' => $projectData['projectId'],
'x-appwrite-mode' => 'admin',
], $this->getHeaders()), [
'variableId' => 'unique()',
'key' => 'APP_TEST_1',
'value' => 'TESTINGVALUE_1',
'secret' => true