features/json_formatter.feature in berkshelf-6.1.1 vs features/json_formatter.feature in berkshelf-6.2.0
- old
+ new
@@ -16,11 +16,11 @@
Then the output should contain JSON:
"""
{
"cookbooks": [
{
- "api_source": "http://127.0.0.1:26210/",
+ "api_source": "http://127.0.0.1:26210",
"location_path": "http://localhost:26310/",
"version": "1.0.0",
"name": "berkshelf"
}
],
@@ -147,10 +147,10 @@
{
"cookbooks": [
{
"local": "0.1.0",
"remote": {
- "http://127.0.0.1:26210/": "0.2.9"
+ "http://127.0.0.1:26210": "0.2.9"
},
"name": "seth"
}
],
"errors": [],