We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3f59e commit a45437aCopy full SHA for a45437a
instrumentation/ethon/test/opentelemetry/instrumentation/ethon/old/instrumentation_test.rb
@@ -122,7 +122,6 @@ def stub_response(options)
122
123
it 'when response is not successful' do
124
stub_response(response_code: 500) do
125
- binding.pry
126
_(span.name).must_equal 'HTTP N/A'
127
_(span.attributes['http.method']).must_equal 'N/A'
128
_(span.attributes['http.status_code']).must_equal 500
0 commit comments