Skip to content

Commit

Permalink
Removed nolint tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 25, 2023
1 parent ba865ec commit 26b0ef5
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" //nolint:gosec // Test data
testTx = "7e0c4651fc256c0433bd704d7e13d24c8d10235f4b28ba192849c5d318de974b"
testAPIType = "mAPI"
)

Expand Down

0 comments on commit 26b0ef5

Please sign in to comment.