Skip to content

Commit 8e53d68

Browse files
committed
test/rgw: test_ps_s3_topic_admin_on_master uses one persistent topic
Signed-off-by: Casey Bodley <cbodley@redhat.com>
1 parent 6f74455 commit 8e53d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rgw/bucket_notification/test_bn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def test_ps_s3_topic_admin_on_master():
656656
'arn:aws:sns:' + zonegroup + ':' + tenant + ':' + topic_name + '_1')
657657

658658
endpoint_address = 'http://127.0.0.1:9001'
659-
endpoint_args = 'push-endpoint='+endpoint_address
659+
endpoint_args = 'push-endpoint='+endpoint_address+'&persistent=true'
660660
topic_conf2 = PSTopicS3(conn, topic_name+'_2', zonegroup, endpoint_args=endpoint_args)
661661
topic_arn2 = topic_conf2.set_config()
662662
assert_equal(topic_arn2,

0 commit comments

Comments
 (0)