Skip to content

Commit

Permalink
add 'metadata: null' to pact jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Dec 2, 2019
1 parent 9e5eef0 commit 0d66163
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
9 changes: 6 additions & 3 deletions pacts/replicated-cli-vendor-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"match": "type"
}
}
}
},
"metadata": null
},
{
"description": "An empty request to create a new release for cli-create-release-app-id",
Expand Down Expand Up @@ -83,7 +84,8 @@
"match": "type"
}
}
}
},
"metadata": null
},
{
"description": "A request to get an existing release for cli-create-release-app-id",
Expand Down Expand Up @@ -117,7 +119,8 @@
"match": "type"
}
}
}
},
"metadata": null
}
],
"metadata": {
Expand Down
21 changes: 14 additions & 7 deletions pacts/replicated-cli-vendor-graphql-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"match": "type"
}
}
}
},
"metadata": null
},
{
"description": "A request to upload a new release for ship-app-1",
Expand Down Expand Up @@ -91,7 +92,8 @@
"match": "type"
}
}
}
},
"metadata": null
},
{
"description": "A request to finalize a nonexistent uploaded release for ship-app-1",
Expand Down Expand Up @@ -150,7 +152,8 @@
"match": "type"
}
}
}
},
"metadata": null
},
{
"description": "A mocked minimal request to promote a new release for ship-app-1",
Expand Down Expand Up @@ -192,7 +195,8 @@
"match": "type"
}
}
}
},
"metadata": null
},
{
"description": "A real request to promote a new release for ship-app-1",
Expand Down Expand Up @@ -235,7 +239,8 @@
"match": "type"
}
}
}
},
"metadata": null
},
{
"description": "A real request to list releases for ship-app-1",
Expand Down Expand Up @@ -281,7 +286,8 @@
"match": "type"
}
}
}
},
"metadata": null
},
{
"description": "A real request to lint a release for ship-app-1",
Expand Down Expand Up @@ -360,7 +366,8 @@
"match": "type"
}
}
}
},
"metadata": null
}
],
"metadata": {
Expand Down

0 comments on commit 0d66163

Please sign in to comment.