fix(deps): update golangci
(cherry picked from commit 8bfd0493b2690df65ae13cf2c2a59689555631b8)
This commit is contained in:
@ -390,7 +390,7 @@ func TestListUsers(t *testing.T) {
|
||||
|
||||
all, err := ListUsers(s, "uSEr1", nil)
|
||||
require.NoError(t, err)
|
||||
assert.NotEmpty(t, len(all))
|
||||
assert.NotEmpty(t, all)
|
||||
assert.Equal(t, "user1", all[0].Username)
|
||||
})
|
||||
t.Run("all users", func(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user