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

Remove use of httpbin.org #1851

Closed
wants to merge 1 commit into from
Closed

Conversation

ocelotl
Copy link
Contributor

@ocelotl ocelotl commented Jun 12, 2023

This is done in order to prevent confusion. We are trying to stop using httpbin.org for our tests. Even when the tests for the httpx instrumentation do not actually perform any request to httpbin.org having the string httpbin.org in the tests can cause confusion and make the reader think the tests are actually using httpbin.org.

Fixes #1843

using httpbin.org for our tests. Even when the tests for the httpx
instrumentation do not actually perform any request to httpbin.org
having the string httpbin.org in the tests can cause confusion and
make the reader think the tests are actually using httpbin.org.

Fixes open-telemetry#1843
@ocelotl ocelotl self-assigned this Jun 12, 2023
@ocelotl ocelotl added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jun 12, 2023
@ocelotl
Copy link
Contributor Author

ocelotl commented Jun 12, 2023

Will merge this PR with others.

@ocelotl ocelotl closed this Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mock httpbin for httpx tests
2 participants