Index: recipe_modules/properties/example.expected/dicts.json |
diff --git a/recipe_modules/properties/example.expected/dicts.json b/recipe_modules/properties/example.expected/dicts.json |
index bd249a6b447307557b2ac1f6eddce82f9056b972..a580d537262b2cb27ae0172137b810505ee37732 100644 |
--- a/recipe_modules/properties/example.expected/dicts.json |
+++ b/recipe_modules/properties/example.expected/dicts.json |
@@ -10,7 +10,9 @@ |
{ |
"cmd": [ |
"echo", |
- "[('foo.bar-bam', 'thing'), ('recipe', 'properties:example'), ('test_prop', {'key': {'other_key': {'key': 'value'}, 'key': 'value'}})]" |
+ "('foo.bar-bam', 'thing')", |
+ "('recipe', 'properties:example')", |
+ "('test_prop', {'key': {'other_key': {'key': 'value'}, 'key': 'value'}})" |
], |
"name": "echo all" |
}, |