Skip to content

Commit

Permalink
fix: correct lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 22, 2024
1 parent 86972d8 commit 01328da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ func (suite *APITestSuite) BadRequest() {
Token: "",
Username: "not-found:token",
Password: "",
ClientID: "",
})
require.NoError(err)

Expand All @@ -174,6 +175,7 @@ func (suite *APITestSuite) ValidToken() {
Token: "",
Username: "snapp-admin:" + token,
Password: "",
ClientID: "",
})
require.NoError(err)

Expand Down

0 comments on commit 01328da

Please sign in to comment.