1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Fix teams test to account for newly disallowed empty keys

This commit is contained in:
Jake Barnby 2024-01-09 15:54:46 +13:00
parent b3819186cb
commit 460ace2d0a
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -538,7 +538,7 @@ trait TeamsBaseClient
'x-appwrite-project' => $this->getProject()['$id'],
]), [
'secret' => $secret,
'userId' => ID::custom(''),
'userId' => ID::custom('asdf'),
]);
$this->assertEquals(401, $response['headers']['status-code']);