Skip to content

Commit

Permalink
Merge branch 'YOU54F-fix/verifier_publish_results_ruby_thin_server'
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Nov 27, 2024
2 parents 522afdf + 345dc49 commit 35a719f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy_static = "1.4.0"
maplit = "1.0.2"
pact_models = { version = "~1.2.5" }
pact_matching = { version = "1.2.6", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.9" }
pact_mock_server = { version = "1.2.10" }
pact_verifier = { version = "1.2.4", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.2.3", path = "../rust/pact_consumer" }
pretty_assertions = "1.4.0"
Expand Down
1 change: 1 addition & 0 deletions rust/pact_verifier/src/pact_broker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ impl HALClient {
.header("Content-Type", "application/json")
.header("Accept", "application/hal+json")
.header("Accept", "application/json")
.header("Accept-Charset", "utf-8")
.body(body.to_string());

let response = with_retries(self.retries, request_builder).await;
Expand Down

0 comments on commit 35a719f

Please sign in to comment.