Skip to content

Commit 54bddcb

Browse files
committed
fix false positive in lint
1 parent 0cc09d8 commit 54bddcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration_encryption_shared_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
// Check the statefile contains an encrypted_data key
1616
// and that the encrypted_data is base64 encoded
17-
func validateStateIsEncrypted(t *testing.T, fileName string, path string) {
17+
func validateStateIsEncrypted(t *testing.T, fileName string, path string) { //nolint:unused
1818
t.Helper()
1919

2020
filePath := filepath.Join(path, fileName)

0 commit comments

Comments
 (0)