Fix expectations

This commit is contained in:
Jake Barnby
2025-10-04 22:55:07 +13:00
parent 52892ee46e
commit 6881df6ae5
2 changed files with 2 additions and 4 deletions
@@ -4715,8 +4715,7 @@ trait DatabasesBase
],
]);
$this->assertEquals(400, $documents['headers']['status-code']);
$this->assertEquals('Invalid query: Cannot query nested attribute on: library', $documents['body']['message']);
$this->assertEquals(200, $documents['headers']['status-code']);
$response = $this->client->call(Client::METHOD_DELETE, '/databases/' . $databaseId . '/collections/' . $person['body']['$id'] . '/attributes/library', array_merge([
'content-type' => 'application/json',
@@ -4642,8 +4642,7 @@ trait DatabasesBase
],
]);
$this->assertEquals(400, $rows['headers']['status-code']);
$this->assertEquals('Invalid query: Cannot query nested attribute on: library', $rows['body']['message']);
$this->assertEquals(200, $rows['headers']['status-code']);
$response = $this->client->call(Client::METHOD_DELETE, '/tablesdb/' . $databaseId . '/tables/' . $person['body']['$id'] . '/columns/library', array_merge([
'content-type' => 'application/json',