Skip to content

test(tracer): remove axios and use https directly #2559

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

Merged
merged 7 commits into from
May 27, 2024
Merged

Conversation

dreamorosi
Copy link
Contributor

Summary

Changes

Please provide a summary of what's being changed

This PR removes axios from the devDependencies and replaces its usage with a custom helper function, used only in integration tests, that is based on the https built-in module directly.

With this change the tests remain functionally unchanged and the only difference is that we have one less dependency to manage.

Please add the issue number below, if no issue is present the PR might get blocked and not be reviewed

Issue number: #2558


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@dreamorosi dreamorosi self-assigned this May 20, 2024
@dreamorosi dreamorosi requested a review from a team May 20, 2024 18:51
@dreamorosi dreamorosi requested a review from a team as a code owner May 20, 2024 18:51
@boring-cyborg boring-cyborg bot added dependencies Changes that touch dependencies, e.g. Dependabot, etc. tests PRs that add or change tests labels May 20, 2024
@pull-request-size pull-request-size bot added the size/M PR between 30-99 LOC label May 20, 2024
@dreamorosi dreamorosi linked an issue May 20, 2024 that may be closed by this pull request
2 tasks
@dreamorosi
Copy link
Contributor Author

@dreamorosi dreamorosi requested a review from am29d May 20, 2024 18:52
@dreamorosi dreamorosi changed the title tests(tracer): remove axios and use https directly test(tracer): remove axios and use https directly May 20, 2024
@dreamorosi
Copy link
Contributor Author

Resolved the conflicts, ready to review @am29d

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@am29d am29d merged commit 037a350 into main May 27, 2024
11 checks passed
@am29d am29d deleted the chore/remove_axios branch May 27, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that touch dependencies, e.g. Dependabot, etc. size/M PR between 30-99 LOC tests PRs that add or change tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: remove axios from integration tests
2 participants