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

chore(test) update/remove client specific tests #2167

Merged

Conversation

mastermatt
Copy link
Member

There were three tests simply using superagent, but not testing anything Nock related, so they were removed.
Two tests were using request, but were easily converted to got.
One test was testing an issue related to request strictSSL. The underlying issue was discovered, commented, and the test updated to use https instead.
And one test ("test request timeout option") wasn't actually testing anything Nock related, so it was removed.

Closes: #1777

There were three tests simply using `superagent`, but not testing anything Nock related, so they were removed.
Two tests were using `request`, but were easily converted to `got`.
One test was testing an issue related to `request` strictSSL. The underlying issue was discovered, commented, and the test updated to use `https` instead.
And one test ("test request timeout option") wasn't actually testing anything Nock related, so it was removed.
@mastermatt mastermatt requested a review from a team March 7, 2021 03:16
Copy link
Member

@gr2m gr2m left a comment

Choose a reason for hiding this comment

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

Looks great!

@mastermatt mastermatt merged commit 94a141a into nock:main Mar 7, 2021
@mastermatt mastermatt deleted the 1777-remove-client-integration-tests branch March 7, 2021 14:36
@github-actions
Copy link

github-actions bot commented Mar 7, 2021

🎉 This PR is included in version 13.0.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

This was referenced Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rewrite or remove client integration tests
2 participants