Skip to content

Commit

Permalink
Fix/param caching (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnfaherty committed Oct 4, 2019
1 parent 051aab0 commit 8ec1847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicecatalog_puppet/cli_command_helpers_unit_test.py
Expand Up @@ -85,7 +85,7 @@ def test_deploy_launches_task_builder_for_account_launch_region(sut, mocker, sha
assert len(actual_all_tasks.keys()) == 1
assert actual_all_tasks == expected_all_tasks
mocked_get_required_params.assert_called_once_with(
region_name, launch_details.get('portfolio'), launch_details.get('product'), launch_details.get('version'), puppet_account_id
region_name, launch_details.get('portfolio'), launch_details.get('product'), launch_details.get('version'), account_id
)
mocked_get_parameters_for_launch.assert_called_once_with(
required_parameters,
Expand Down

0 comments on commit 8ec1847

Please sign in to comment.