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

Fix test suite for Node.js 19.1 #805

Merged
merged 1 commit into from Nov 23, 2022
Merged

Fix test suite for Node.js 19.1 #805

merged 1 commit into from Nov 23, 2022

Conversation

luismiramirez
Copy link
Member

The header setters are now no-op functions since Node.js 19.1. Nock, the http mocking library we use for our transmitter tests uses these setters so our tests break. This commit uses the rawHeaders attribute instead to get green tests until the issue is fixed on either side.

More info: nodejs/node#45510

[skip changeset]

The header setters are now no-op functions since Node.js 19.1. Nock, the
http mocking library we use for our transmitter tests uses these
setters so our tests break. This commit uses the `rawHeaders` attribute
instead to get green tests until the issue is fixed in either side.

More info: nodejs/node#45510
@luismiramirez luismiramirez merged commit 8cda30b into main Nov 23, 2022
@luismiramirez luismiramirez deleted the fix-node19-tests branch November 23, 2022 12:57
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