Fix the error

This commit is contained in:
Alexey Masterov
2024-09-09 16:22:04 +02:00
parent 650fb7b2d7
commit 287e05f49d

View File

@@ -48,9 +48,7 @@ def test_cloud_regress(
regress_cur.execute(
f"ALTER SUBSCRIPTION {sub[0]} SET (slot_name = NONE)"
)
regress_cur.execute(
f"DROP SUBSCRIPTION {sub[0]} SET (slot_name = NONE)"
)
regress_cur.execute(f"DROP SUBSCRIPTION {sub[0]}")
regress_conn.commit()
# This is also a workaround for the full path problem