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 090de50 commit 2eb9d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrated_tests/repeated_enums/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mod tests {
i
})
.await
.start_mock_server_async(Some("protobuf/transport/grpc"))
.start_mock_server_async(Some("protobuf/transport/grpc"), None)
.await;

let url = mock_server.url();
Expand Down

0 comments on commit 2eb9d1b

Please sign in to comment.