mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
format
This commit is contained in:
parent
cb1aff42c5
commit
f21281ebf5
1 changed files with 2 additions and 2 deletions
|
|
@ -255,14 +255,14 @@ trait ProjectsDevKeys
|
||||||
'password' => 'password'
|
'password' => 'password'
|
||||||
]);
|
]);
|
||||||
$this->assertEquals(429, $res['headers']['status-code']);
|
$this->assertEquals(429, $res['headers']['status-code']);
|
||||||
|
|
||||||
$response = $this->client->call(Client::METHOD_GET, '/projects/' . $id . '/development-keys/' . $keyId, array_merge([
|
$response = $this->client->call(Client::METHOD_GET, '/projects/' . $id . '/development-keys/' . $keyId, array_merge([
|
||||||
'content-type' => 'application/json',
|
'content-type' => 'application/json',
|
||||||
'x-appwrite-project' => $this->getProject()['$id'],
|
'x-appwrite-project' => $this->getProject()['$id'],
|
||||||
], $this->getHeaders()), []);
|
], $this->getHeaders()), []);
|
||||||
|
|
||||||
$this->assertEquals(404, $response['headers']['status-code']);
|
$this->assertEquals(404, $response['headers']['status-code']);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test for FAILURE
|
* Test for FAILURE
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue