Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtbentley committed Sep 12, 2017
1 parent 2079c81 commit 001c536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_smartstack_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_get_smartstack_replication_for_attribute():
)
mock_get_all_slaves_for_blacklist_whitelist.assert_called_once_with(
blacklist=[],
whitelist=[],
whitelist=None,
)
assert actual == expected
assert mock_get_replication_for_services.call_count == 2
Expand Down

0 comments on commit 001c536

Please sign in to comment.