features/json_formatter.feature in berkshelf-5.0.0 vs features/json_formatter.feature in berkshelf-5.1.0

- old
+ new

@@ -16,20 +16,20 @@ Then the output should contain JSON: """ { "cookbooks": [ { - "api_source": "http://0.0.0.0:26210/", + "api_source": "http://127.0.0.1:26210/", "location_path": "http://localhost:26310/", "version": "1.0.0", "name": "berkshelf" } ], "errors": [], "messages": [ "Resolving cookbook dependencies...", - "Fetching cookbook index from http://0.0.0.0:26210..." + "Fetching cookbook index from http://127.0.0.1:26210..." ], "warnings": [] } """ @@ -51,11 +51,11 @@ } ], "errors": [], "messages": [ "Resolving cookbook dependencies...", - "Fetching cookbook index from http://0.0.0.0:26210..." + "Fetching cookbook index from http://127.0.0.1:26210..." ], "warnings": [] } """ @@ -147,10 +147,10 @@ { "cookbooks": [ { "local": "0.1.0", "remote": { - "http://0.0.0.0:26210/": "0.2.9" + "http://127.0.0.1:26210/": "0.2.9" }, "name": "seth" } ], "errors": [],