Skip to content

Commit 094d6c9

Browse files
remove unused
1 parent 1166c6b commit 094d6c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

publish/aws_integration_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ func TestAWSParameterStoreDestination_EncryptedFile_Integration(t *testing.T) {
213213

214214
dest := NewAWSParameterStoreDestination(testAWSRegion, testParameterName+"-file", testParameterType)
215215

216-
// Test that Upload method returns NotImplementedError (consistent with Vault/Secrets Manager)
217-
// The publish command uses UploadUnencrypted for Parameter Store, not Upload
218216
encryptedContent := []byte(`# SOPS encrypted file
219217
database:
220218
host: ENC[AES256_GCM,data:xyz123,type:str]

0 commit comments

Comments
 (0)