Skip to content

Commit 112c9bc

Browse files
committed
TEST/MINOR: groups: fix expected error code for fetching group from non-existing userlist
1 parent f9953df commit 112c9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/tests/groups/get.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ load 'utils/_helpers'
4444

4545
@test "groups: Return a non existing group from a non existing userlist" {
4646
resource_get "$_GROUPS_BASE_PATH/fake" "userlist=fake"
47-
assert_equal "$SC" 404
47+
assert_equal "$SC" 400
4848
}
4949

5050
@test "groups: Return group one from a userlist" {

0 commit comments

Comments
 (0)