PLAT-1890 Fixed assorted ModifyingEnforceTypeWarning warnings

This commit is contained in:
Jeremy Bowman
2018-01-22 23:25:53 -05:00
parent 2935578b9a
commit ebc54c8f1a
13 changed files with 33 additions and 21 deletions

View File

@@ -178,7 +178,7 @@ class TestSplitTestVert(SplitTestBase):
parent_location=self.sequential.location,
category="split_test",
display_name="Split test",
user_partition_id='0',
user_partition_id=0,
group_id_to_child={"0": c0_url, "1": c1_url},
)
@@ -252,7 +252,7 @@ class TestVertSplitTestVert(SplitTestBase):
parent_location=vert1.location,
category="split_test",
display_name="Split test",
user_partition_id='0',
user_partition_id=0,
group_id_to_child={"0": c0_url, "1": c1_url},
)