From: Casey Bodley Date: Mon, 6 May 2024 18:40:36 +0000 (-0400) Subject: test/rgw: test_ps_s3_topic_admin_on_master uses one persistent topic X-Git-Tag: v20.0.0~1893^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8e53d68508b7c8c03f4a5cb81a0d167c2f06ef75;p=ceph.git test/rgw: test_ps_s3_topic_admin_on_master uses one persistent topic Signed-off-by: Casey Bodley --- 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,