Skip to content

Commit

Permalink
fixup! yet more trying to get it to work
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Apr 17, 2023
1 parent 943d280 commit 795b615
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/cloudtest/test_secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@ def test_missing_secret(mz: MaterializeApplication) -> None:
# The cluster should still be there.
> SELECT name from mz_clusters where name = 'to_be_killed';
to_be_killed
# Try and put the secret in place again.
> ALTER SECRET to_be_deleted AS 'postgres';
# Cluster can now be deleted.
> DROP CLUSTER to_be_killed CASCADE;
"""
),
no_reset=True,
Expand Down

0 comments on commit 795b615

Please sign in to comment.