Skip to content

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

Merged
mastermatt merged 1 commit intonock:mainfrom
mastermatt:1777-remove-client-integration-tests
Mar 7, 2021
Merged

chore(test) update/remove client specific tests#2167
mastermatt merged 1 commit intonock:mainfrom
mastermatt:1777-remove-client-integration-tests

Conversation

@mastermatt
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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