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: Fixed superagent versioned tests #2190

Merged
merged 1 commit into from
May 10, 2024

Conversation

jsumners-nr
Copy link
Contributor

The superagent tests were making requests to the live https://newrelic.com server. Sometime between 2024-05-09 and 2024-05-10, that server started returning a 301 for requests in order to append a device parameter, e.g. ?device=desktop.

This PR resolves that issue by making these tests query a local server.

@jsumners-nr jsumners-nr added the dev:tests Indicates only changes to tests label May 10, 2024
@jsumners-nr jsumners-nr marked this pull request as ready for review May 10, 2024 12:50
@mrickard mrickard self-assigned this May 10, 2024
@jsumners-nr jsumners-nr merged commit 297bc01 into newrelic:main May 10, 2024
24 checks passed
Node.js Engineering Board automation moved this from Needs PR Review to Done: Issues recently completed May 10, 2024
@jsumners-nr jsumners-nr deleted the fix-superagent-tests branch May 10, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev:tests Indicates only changes to tests
Projects
Node.js Engineering Board
  
Done: Issues recently completed
Development

Successfully merging this pull request may close these issues.

None yet

2 participants