Skip to content

Commit 48827a4

Browse files
committed
fix tests
1 parent 9a4dc47 commit 48827a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Feature_v2/UserGroups/UserGroupMembershipTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function testReadGroupAuthorized(): void
3636
$response = $this->actingAs($this->userWithGroup1)->getJsonWithData('/UserGroups/Users', [
3737
'group_id' => $this->group1->id,
3838
]);
39-
$this->assertCreated($response);
39+
$this->assertOk($response);
4040
}
4141

4242
public function testAddUserToGroupUnauthorized(): void

0 commit comments

Comments
 (0)