Skip to content

Commit e952d00

Browse files
auto commit
1 parent cde3989 commit e952d00

File tree

1 file changed

+0
-1
lines changed
  • Examples/runtimes/go/migration/PlaintextToAWSDBE/awsdbe

1 file changed

+0
-1
lines changed

Examples/runtimes/go/migration/PlaintextToAWSDBE/awsdbe/step3_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ func TestMigrationStep3(t *testing.T) {
2323
utils.HandleError(err)
2424

2525
// When: Execute Step 3 with sortReadValue=0, Then: should panic (cannot read plaintext values)
26-
// MigrationStep3(kmsKeyID, tableName, partitionKey, sortKeys[0])
2726
err = MigrationStep3(kmsKeyID, tableName, partitionKey, sortKeys[0])
2827
utils.AssertServiceError(err, "DynamoDB", "GetItem", "Encrypted item missing expected header and footer attributes")
2928

0 commit comments

Comments
 (0)