From 8e53d68508b7c8c03f4a5cb81a0d167c2f06ef75 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 --- 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 f46f99305503..8e1dc7b2a2bf 100644 --- a/src/test/rgw/bucket_notification/test_bn.py +++ b/src/test/rgw/bucket_notification/test_bn.py @@ -656,7 +656,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.47.3