We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Almost all integration tests run against local server instances (server.listen() on the main process) of the proxy and the mock.
server.listen()
This means that problems specific to the Docker image build are not caught by the tests. Issues like #401 will go unnoticed.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently
Almost all integration tests run against local server instances (
server.listen()
on the main process) of the proxy and the mock.This means that problems specific to the Docker image build are not caught by the tests. Issues like #401 will go unnoticed.
This change will...
The text was updated successfully, but these errors were encountered: