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 f9953df commit 112c9bcCopy full SHA for 112c9bc
e2e/tests/groups/get.bats
@@ -44,7 +44,7 @@ load 'utils/_helpers'
44
45
@test "groups: Return a non existing group from a non existing userlist" {
46
resource_get "$_GROUPS_BASE_PATH/fake" "userlist=fake"
47
- assert_equal "$SC" 404
+ assert_equal "$SC" 400
48
}
49
50
@test "groups: Return group one from a userlist" {
0 commit comments