From 287e05f49d99e1b787a17aac2bc8a88840b8b2c8 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Mon, 9 Sep 2024 16:22:04 +0200 Subject: [PATCH] Fix the error --- test_runner/cloud_regress/test_cloud_regress.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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