We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb69a9 commit a639528Copy full SHA for a639528
cloudify_vcd/tests/test_utils.py
@@ -53,7 +53,7 @@ def plugin(self):
53
def get_mock_node_instance_context(**kwargs):
54
kwargs['node_id'] = kwargs.get('node_id', 'foo')
55
kwargs['node_name'] = kwargs.get('node_id', 'foo')
56
- kwargs['properties'] = kwargs.pop(
+ kwargs['properties'] = kwargs.get(
57
'properties',
58
{
59
'use_external_resource': False,
0 commit comments