Skip to content

Commit

Permalink
test: fix error check after lint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch committed Nov 17, 2023
1 parent 0e53229 commit 76ccb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/qip/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestClient_Login(t *testing.T) {
})

err = c.Login("unknown-user", "dummy-password")
require.NoError(t, err)
assert.Error(t, err) //nolint: testifylint

var targetErr *qip.HTTPUnauthorizedError

Expand Down

0 comments on commit 76ccb69

Please sign in to comment.