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 #1854

Merged
merged 1 commit into from
Jun 13, 2023
Merged

Remove use of httpbin #1854

merged 1 commit into from
Jun 13, 2023

Commits on Jun 13, 2023

  1. Remove use of httpbin

    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 requests
    instrumentation do not actually perform any request to httpbin.org,
    because the test requests are being mocked somehow having the string
    httpbin.org in the tests can cause confusion and make the reader
    think the tests are actually making external requests to  httpbin.org.
    
    Fixes open-telemetry#1844 open-telemetry#1843 open-telemetry#1845 open-telemetry#1846 open-telemetry#1847 open-telemetry#1848
    ocelotl committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    5df0403 View commit details
    Browse the repository at this point in the history