Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Azarh authored and Alex Azarh committed Nov 16, 2016
1 parent fdd2d29 commit 6bc9580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/tests/test_cp/test_azure/test_azure_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def test_deploy_azure_vm(self, error_handling_class, logging_context_class, azur
network_client=azure_clients_manager.network_client,
compute_client=azure_clients_manager.compute_client,
storage_client=azure_clients_manager.storage_client,
validator_factory=validator_factory)
validator_factory=validator_factory,
logger=self.logger)

@mock.patch("cloudshell.cp.azure.azure_shell.jsonpickle")
@mock.patch("cloudshell.cp.azure.azure_shell.DeployDataHolder")
Expand Down
2 changes: 2 additions & 0 deletions package/tests/test_operations/test_deploy_operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def test_deploy_operation_deploy_result(self):
self.network_client,
Mock(),
Mock(),
Mock(),
Mock())

# Verify
Expand Down Expand Up @@ -151,6 +152,7 @@ def test_should_delete_all_created_on_error(self):
Mock(),
Mock(),
Mock(),
Mock(),
Mock())

# Verify
Expand Down

0 comments on commit 6bc9580

Please sign in to comment.