Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ApiMockServer - a generic mock server to de-duplicate creation of mock servers #719

Merged
merged 18 commits into from
Mar 6, 2025

Conversation

emmalanigan
Copy link
Contributor

Many of our mock servers do exactly the same thing, with the only difference being the port. By passing in the port, we can deduplicate the mock servers and create standard "stubForGet" and "stubForPost" responses.

@emmalanigan emmalanigan marked this pull request as ready for review March 5, 2025 16:50
@emmalanigan emmalanigan merged commit d26579a into main Mar 6, 2025
11 checks passed
@emmalanigan emmalanigan deleted the EL-create-generic-mock-server branch March 6, 2025 09:08
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.

2 participants