mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix failing tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user