Skip to content

Commit c9c2a2d

Browse files
committed
Mark peers_prefilter as list of tuples to prevent the pitfall of unit test
failing with list vs tuple comparison.
1 parent 368dd5e commit c9c2a2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fixture/mig_shared_configuration--new.json.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
auto_add_user_permit = array_of_tuples
33
auto_add_user_with_peer = array_of_tuples
44
site_cloud_access = array_of_tuples
5+
site_peers_prefilter = array_of_tuples
56
site_peers_permit = array_of_tuples
67
site_vgrid_creators = array_of_tuples
78
site_vgrid_managers = array_of_tuples

0 commit comments

Comments
 (0)