diff --git a/tests/managers/block_tests.py b/tests/managers/block_tests.py index ccfc65993..1c9da6d35 100644 --- a/tests/managers/block_tests.py +++ b/tests/managers/block_tests.py @@ -87,7 +87,8 @@ def test_list_block_volumes(self): 'bytesUsed,'\ 'serviceResource.datacenter[name],'\ 'serviceResourceBackendIpAddress,'\ - 'activeTransactionCount' + 'activeTransactionCount,'\ + 'replicationPartnerCount' self.assert_called_with( 'SoftLayer_Account', @@ -128,7 +129,8 @@ def test_list_block_volumes_with_additional_filters(self): 'bytesUsed,'\ 'serviceResource.datacenter[name],'\ 'serviceResourceBackendIpAddress,'\ - 'activeTransactionCount' + 'activeTransactionCount,'\ + 'replicationPartnerCount' self.assert_called_with( 'SoftLayer_Account', diff --git a/tests/managers/file_tests.py b/tests/managers/file_tests.py index 7a9494979..67daca4b0 100644 --- a/tests/managers/file_tests.py +++ b/tests/managers/file_tests.py @@ -294,7 +294,8 @@ def test_list_file_volumes(self): 'serviceResource.datacenter[name],'\ 'serviceResourceBackendIpAddress,'\ 'activeTransactionCount,'\ - 'fileNetworkMountAddress' + 'fileNetworkMountAddress,'\ + 'replicationPartnerCount' self.assert_called_with( 'SoftLayer_Account', @@ -335,7 +336,8 @@ def test_list_file_volumes_with_additional_filters(self): 'serviceResource.datacenter[name],'\ 'serviceResourceBackendIpAddress,'\ 'activeTransactionCount,'\ - 'fileNetworkMountAddress' + 'fileNetworkMountAddress,'\ + 'replicationPartnerCount' self.assert_called_with( 'SoftLayer_Account',