You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 with httpretty, having the
string httpbin.org in the tests can cause confusion and make the reader
think the tests are actually using httpbin.org.
Fixesopen-telemetry#1844
0 commit comments