Skip to content

Commit

Permalink
revert golanci-lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekdwivedi3060 committed Apr 12, 2024
1 parent c7d631b commit 3040616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/containers.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var PortStart = 10000
var IP = "127.0.0.1"
var WordDirAbs = "test/work"
var Image = "aerospike/aerospike-server-enterprise:7.0.0.2"
var ContainerPrefix = "aerospike_mgmt_lib_test_"
var ContainerPrefix = "aerospike_mgmt_lib_test_" //nolint:gosec // This is not a credential
var User = "admin"
var Password = "admin"

Expand Down

0 comments on commit 3040616

Please sign in to comment.