Skip to content

Commit

Permalink
Fix for nolint on gosec
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 8, 2023
1 parent 78a6a69 commit bd5872d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
testMinerName = "TestMiner"
testMinerToken = "0987654321"
testMinerURL = "https://testminer.com"
testTx = "7e0c4651fc256c0433bd704d7e13d24c8d10235f4b28ba192849c5d318de974b"
testTx = "7e0c4651fc256c0433bd704d7e13d24c8d10235f4b28ba192849c5d318de974b" //nolint:gosec // Test data
testAPIType = "mAPI"
)

Expand Down

0 comments on commit bd5872d

Please sign in to comment.