mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fix failing tests
This commit is contained in:
parent
1754d6cc81
commit
bdd3c2f9f5
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue