mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix testConsoleAvailabilityEndpoint
This commit is contained in:
@@ -155,7 +155,7 @@ class SitesCustomServerTest extends Scope
|
||||
'x-appwrite-project' => $this->getProject()['$id'],
|
||||
], $this->getHeaders()), [
|
||||
'queries' => [
|
||||
Query::equal('deploymentResourceId', [$siteId])
|
||||
Query::equal('deploymentResourceId', [$siteId])->toString()
|
||||
]
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user