From dff9f26ba21f7a9206d996b5ea66a95bdfb3f53a Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 6 May 2024 14:40:36 -0400 Subject: [PATCH] test/rgw: test_ps_s3_topic_admin_on_master uses one persistent topic Signed-off-by: Casey Bodley (cherry picked from commit 8e53d68508b7c8c03f4a5cb81a0d167c2f06ef75) --- src/test/rgw/bucket_notification/test_bn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/rgw/bucket_notification/test_bn.py b/src/test/rgw/bucket_notification/test_bn.py index 28d966b1e14..2d716003b7d 100644 --- a/src/test/rgw/bucket_notification/test_bn.py +++ b/src/test/rgw/bucket_notification/test_bn.py @@ -650,7 +650,7 @@ def test_ps_s3_topic_admin_on_master(): 'arn:aws:sns:' + zonegroup + ':' + tenant + ':' + topic_name + '_1') endpoint_address = 'http://127.0.0.1:9001' - endpoint_args = 'push-endpoint='+endpoint_address + endpoint_args = 'push-endpoint='+endpoint_address+'&persistent=true' topic_conf2 = PSTopicS3(conn, topic_name+'_2', zonegroup, endpoint_args=endpoint_args) topic_arn2 = topic_conf2.set_config() assert_equal(topic_arn2, -- 2.39.5