Skip to content

Commit a639528

Browse files
committed
revert-small-typo
1 parent 5bb69a9 commit a639528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudify_vcd/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def plugin(self):
5353
def get_mock_node_instance_context(**kwargs):
5454
kwargs['node_id'] = kwargs.get('node_id', 'foo')
5555
kwargs['node_name'] = kwargs.get('node_id', 'foo')
56-
kwargs['properties'] = kwargs.pop(
56+
kwargs['properties'] = kwargs.get(
5757
'properties',
5858
{
5959
'use_external_resource': False,

0 commit comments

Comments
 (0)