Index: recipe_modules/tryserver/example.expected/basic_tags.json |
diff --git a/recipe_modules/tryserver/example.expected/basic_tags.json b/recipe_modules/tryserver/example.expected/basic_tags.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..76910e6bb2e698a5eaddbeb6c321c717539503c1 |
--- /dev/null |
+++ b/recipe_modules/tryserver/example.expected/basic_tags.json |
@@ -0,0 +1,21 @@ |
+[ |
+ { |
+ "cmd": [ |
+ "echo", |
+ "defaultdict(<type 'list'>, {'bam': ['baz'], 'foo': ['bar']})" |
+ ], |
+ "name": "patch_text test" |
+ }, |
+ { |
+ "cmd": [ |
+ "echo", |
+ "['bar']" |
+ ], |
+ "name": "get_footer test" |
+ }, |
+ { |
+ "name": "$result", |
+ "recipe_result": null, |
+ "status_code": 0 |
+ } |
+] |