We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4dc47 commit 48827a4Copy full SHA for 48827a4
1 file changed
tests/Feature_v2/UserGroups/UserGroupMembershipTest.php
@@ -36,7 +36,7 @@ public function testReadGroupAuthorized(): void
36
$response = $this->actingAs($this->userWithGroup1)->getJsonWithData('/UserGroups/Users', [
37
'group_id' => $this->group1->id,
38
]);
39
- $this->assertCreated($response);
+ $this->assertOk($response);
40
}
41
42
public function testAddUserToGroupUnauthorized(): void
0 commit comments