features/json_formatter.feature in berkshelf-4.2.3 vs features/json_formatter.feature in berkshelf-4.3.0

- old
+ new

@@ -16,11 +16,11 @@ Then the output should contain JSON: """ { "cookbooks": [ { - "api_source": "http://0.0.0.0:26210", + "api_source": "http://0.0.0.0:26210/", "location_path": "http://localhost:26310/", "version": "1.0.0", "name": "berkshelf" } ], @@ -147,10 +147,10 @@ { "cookbooks": [ { "local": "0.1.0", "remote": { - "http://0.0.0.0:26210": "0.2.9" + "http://0.0.0.0:26210/": "0.2.9" }, "name": "seth" } ], "errors": [],