1
0

fix(deps): update golangci

(cherry picked from commit 8bfd0493b2690df65ae13cf2c2a59689555631b8)
This commit is contained in:
kolaente
2024-08-25 15:51:34 +02:00
parent 72db97203a
commit 7b275794dc
6 changed files with 29 additions and 25 deletions

View File

@ -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) {