1
0
Fork 0
mirror of synced 2024-10-05 12:43:13 +13:00

test: Testing team delete removes membership

This commit is contained in:
Binyamin Yawitz 2024-06-26 13:08:36 -04:00
parent 9b951e86e9
commit 93d4efbc0e
No known key found for this signature in database

View file

@ -55,7 +55,7 @@ class TeamsCustomServerTest extends Scope
], false);
$this->assertEquals(201, $user['headers']['status-code']);
$userId = json_decode($user['body'],true )['$id'];
$userId = json_decode($user['body'], true)['$id'];
/* 3. Add membership to user. */
$response = $this->client->call(Client::METHOD_POST, '/teams/' . $teamUid . '/memberships', array_merge([