Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 3487b54

Browse files
committed
fix cleanup
1 parent 7d6ad43 commit 3487b54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/_helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def scrub_instance_ignore_not_found(to_scrub):
117117

118118
for database_pb in to_scrub.list_databases():
119119
db = to_scrub.database(database_pb.name.split("/")[-1])
120+
db.reload()
120121
try:
121122
if db.enable_drop_protection:
122123
db.enable_drop_protection = False

0 commit comments

Comments
 (0)