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

refactor(test): Chai assert defaultReplyHeaders #1951

Merged
merged 2 commits into from Mar 16, 2020

Conversation

mastermatt
Copy link
Member

No description provided.

t.deepEqual(headers, {
'content-length': message.length,
expect(headers).to.deep.equal({
'content-length': message.length.toString(),
Copy link
Member Author

Choose a reason for hiding this comment

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

N.B. this test update does not reflect a change in Nock, but just using strict comparison now.

@mastermatt mastermatt force-pushed the 1305/default-reply-headers/chai branch from 0e508f9 to 9d98b63 Compare March 14, 2020 20:24
@mastermatt mastermatt merged commit bcdb4d0 into nock:master Mar 16, 2020
@mastermatt mastermatt deleted the 1305/default-reply-headers/chai branch March 16, 2020 02:36
@github-actions
Copy link

🎉 This PR is included in version 12.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

2 participants