Skip to content

chore(test): replaced httpmock by (already used) wiremock#3342

Open
vbar wants to merge 2 commits intomainfrom
vbar/httpmock-to-wiremock
Open

chore(test): replaced httpmock by (already used) wiremock#3342
vbar wants to merge 2 commits intomainfrom
vbar/httpmock-to-wiremock

Conversation

@vbar
Copy link
Copy Markdown
Contributor

@vbar vbar commented Apr 15, 2026

Also removed crate gateway-test-utils.

Closes #3325.

@vbar vbar requested a review from a team as a code owner April 15, 2026 10:39
@@ -33,7 +33,6 @@ assert_matches = { workspace = true }
base64 = { workspace = true }
fake = { workspace = true }
gateway-test-utils = { path = "../gateway-test-utils" }
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The crate is removed from workspace but as such still remains.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is probably possible to remove gateway-test-utils entirely and replace its usages with wiremock 🤔 . Wdyt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove gateway_test_utils and httmock in favor of wiremock

2 participants