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 force-pushed the fix-superagent-tests branch from 449378b to 7da6549 Compare May 10, 2024 12:22
@jsumners-nr jsumners-nr force-pushed the fix-superagent-tests branch from 7da6549 to c575438 Compare May 10, 2024 12:38
@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
@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
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants