Skip to content

Commit

Permalink
Update test_alter_s3_vault.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring authored Dec 7, 2024
1 parent bdece98 commit 6d5f7cd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions regression-test/suites/vault_p0/alter/test_alter_s3_vault.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,6 @@ suite("test_alter_s3_vault", "nonConcurrent") {
"""
}, "Access key and secret key must be altered together")

expectExceptionLike({
sql """
ALTER STORAGE VAULT ${suiteName}
PROPERTIES (
"type"="S3",
"s3.secret_key" = "new_sk"
);
"""
}, "Alter property")

def vaultName = suiteName
String properties;

Expand Down

0 comments on commit 6d5f7cd

Please sign in to comment.