Skip to content

Commit

Permalink
chore: fix integrated_tests after upgrading pact consumer crate
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Aug 13, 2024
1 parent 2eb9d1b commit 7e6eb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrated_tests/response_metadata/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mod tests {
expect!(interaction.response[0].matching_rules.clone()).to(be_equal_to(expected_response_rules));

let mock_server = builder_async
.start_mock_server_async(Some("protobuf/transport/grpc")).await;
.start_mock_server_async(Some("protobuf/transport/grpc"), None).await;
let url = mock_server.url();
let mut client = test_client::TestClient::connect(url.to_string()).await.unwrap();

Expand Down

0 comments on commit 7e6eb62

Please sign in to comment.