Skip to content

Commit

Permalink
chore: delint a false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Sep 3, 2024
1 parent 292f498 commit 9c7710a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion password_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (suite *PasswordTestSuite) TestGetPassword() {
})

suite.Run("WithPassword", func() {
const expectedPassword = "this is an expected password"
const expectedPassword = "this is an expected password" //nolint:gosec
token := new(mockTokenWithPassword)
token.ExpectPassword(expectedPassword)

Expand Down

0 comments on commit 9c7710a

Please sign in to comment.