You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/pact_verifier/src/pact_broker.rs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1363,13 +1363,13 @@ mod tests {
1363
1363
let client = HALClientBuilder::builder().with_url(pact_broker.url(),None).build();
1364
1364
let result = client.fetch("/nonhal").await;
1365
1365
pretty_assertions::assert_eq!(
1366
-
format!("Error with the content of a HAL resource - Did not get a valid HAL response body from pact broker path \'/nonhal\' - error decoding response body. URL: '{}'",
format!("Error with the content of a HAL resource - Did not get a valid HAL response body from pact broker path \'/nonhal\' - error decoding response body for url ({host}nonhal). URL: '{host}'",
format!("Error with the content of a HAL resource - Did not get a valid HAL response body from pact broker path \'/nonhal2\' - error decoding response body. URL: '{}'",
format!("Error with the content of a HAL resource - Did not get a valid HAL response body from pact broker path \'/nonhal2\' - error decoding response body for url ({host}nonhal2). URL: '{host}'",
0 commit comments