Skip to content

Commit 9e1a2c0

Browse files
authored
Merge pull request ceph#59441 from ceph/wip-oozmen-67656-integration-test
test/rgw/notifications: integration test for the procedure of migrating an existing v2 topic to an account Reviewed-by: Yuval Lifshitz <[email protected]>
2 parents 48b3086 + 9a2c915 commit 9e1a2c0

File tree

2 files changed

+249
-33
lines changed

2 files changed

+249
-33
lines changed

src/test/rgw/bucket_notification/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def setup():
3131

3232
global default_cluster
3333
default_cluster = defaults.get("cluster")
34-
34+
3535
version = defaults.get("version")
3636
if version == "v1":
3737
_, result = admin(['zonegroup', 'modify', '--disable-feature=notification_v2'], default_cluster)

0 commit comments

Comments
 (0)