Skip to content

Commit 292c9b0

Browse files
remove unused
Signed-off-by: bruce-szalwinski-he <[email protected]>
1 parent 7dd858e commit 292c9b0

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)