Skip to content

Commit

Permalink
chore: update expectation for base 64 encoded contract
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 4, 2023
1 parent 1d49481 commit 395aa9e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions doc/pacts/markdown/Pact Broker Client - Pactflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Upon receiving **a request to create a provider contract** from Pact Broker Clie
"Accept": "application/hal+json"
},
"body": {
"content": "LS0tCjpzb21lOiBjb250cmFjdAo=",
"content": "LS0tCnNvbWU6IGNvbnRyYWN0Cg==",
"contractType": "oas",
"contentType": "application/yaml",
"verificationResults": {
Expand Down Expand Up @@ -90,7 +90,7 @@ Given **there is a pf:ui href in the response**, upon receiving **a request to c
"Accept": "application/hal+json"
},
"body": {
"content": "LS0tCjpzb21lOiBjb250cmFjdAo=",
"content": "LS0tCnNvbWU6IGNvbnRyYWN0Cg==",
"contractType": "oas",
"contentType": "application/yaml",
"verificationResults": {
Expand All @@ -104,7 +104,7 @@ Given **there is a pf:ui href in the response**, upon receiving **a request to c
}
}
```
Pactflow will respond with:
PactFlow will respond with:
```json
{
"status": 201,
Expand Down
2 changes: 1 addition & 1 deletion doc/pacts/markdown/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Pacts for Pact Broker Client

* [Pact Broker](Pact%20Broker%20Client%20-%20Pact%20Broker.md)
* [PactFlow](Pact%20Broker%20Client%20-%20Pactflow.md)
* [PactFlow](Pact%20Broker%20Client%20-%20PactFlow.md)
4 changes: 2 additions & 2 deletions spec/pacts/pact_broker_client-pactflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Accept": "application/hal+json"
},
"body": {
"content": "LS0tCjpzb21lOiBjb250cmFjdAo=",
"content": "LS0tCnNvbWU6IGNvbnRyYWN0Cg==",
"contractType": "oas",
"contentType": "application/yaml",
"verificationResults": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"Accept": "application/hal+json"
},
"body": {
"content": "LS0tCjpzb21lOiBjb250cmFjdAo=",
"content": "LS0tCnNvbWU6IGNvbnRyYWN0Cg==",
"contractType": "oas",
"contentType": "application/yaml",
"verificationResults": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

let(:request_body) do
{
"content" => "LS0tCjpzb21lOiBjb250cmFjdAo=",
"content" => "LS0tCnNvbWU6IGNvbnRyYWN0Cg==",
"contractType" => "oas",
"contentType" => "application/yaml",
"verificationResults" => {
Expand Down

0 comments on commit 395aa9e

Please sign in to comment.