Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Jan 23, 2025
1 parent 81a6d13 commit 1227b77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions router/v3/user_groups_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ func TestHandlers_AddUsersGroupMember(t *testing.T) {
Expect().
Status(http.StatusUnauthorized)
})

t.Run("bad request", func(t *testing.T) {
t.Parallel()
e := env.R(t)
Expand All @@ -591,7 +591,7 @@ func TestHandlers_AddUsersGroupMember(t *testing.T) {
Expect().
Status(http.StatusBadRequest)
})

t.Run("forbidden", func(t *testing.T) {
t.Parallel()
e := env.R(t)
Expand All @@ -601,7 +601,7 @@ func TestHandlers_AddUsersGroupMember(t *testing.T) {
Expect().
Status(http.StatusForbidden)
})

t.Run("not found", func(t *testing.T) {
t.Parallel()
e := env.R(t)
Expand All @@ -611,7 +611,7 @@ func TestHandlers_AddUsersGroupMember(t *testing.T) {
Expect().
Status(http.StatusNotFound)
})

t.Run("success", func(t *testing.T) {
t.Parallel()
e := env.R(t)
Expand Down

0 comments on commit 1227b77

Please sign in to comment.