From f823adfbdf02a51bde1de05c228ddb94df80fdeb Mon Sep 17 00:00:00 2001 From: allmightyspiff Date: Wed, 9 Aug 2017 15:28:44 -0500 Subject: [PATCH] fixed some failing unit tests --- tests/managers/block_tests.py | 6 ++++-- tests/managers/file_tests.py | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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',