diff --git a/test_runner/cloud_regress/test_cloud_regress.py b/test_runner/cloud_regress/test_cloud_regress.py index ea15908fee..29fe46154b 100644 --- a/test_runner/cloud_regress/test_cloud_regress.py +++ b/test_runner/cloud_regress/test_cloud_regress.py @@ -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