Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hildurhodd committed Jun 14, 2022
1 parent d1b7f66 commit bbe2ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/netapp/azure-mgmt-netapp/tests/test_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_volume_replication(self):

# list replications
replications = self.client.volumes.list_replications(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1)
assert len(list(replications.value)) == 1
assert len(list(replications)) == 1

# break replication
self.client.volumes.begin_break_replication(TEST_REPL_REMOTE_RG, TEST_ACC_2, TEST_POOL_2, TEST_VOL_2)
Expand Down

0 comments on commit bbe2ed6

Please sign in to comment.