Skip to content

Commit a45437a

Browse files
committed
remove binding.pry
1 parent 9b3f59e commit a45437a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instrumentation/ethon/test/opentelemetry/instrumentation/ethon/old/instrumentation_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def stub_response(options)
122122

123123
it 'when response is not successful' do
124124
stub_response(response_code: 500) do
125-
binding.pry
126125
_(span.name).must_equal 'HTTP N/A'
127126
_(span.attributes['http.method']).must_equal 'N/A'
128127
_(span.attributes['http.status_code']).must_equal 500

0 commit comments

Comments
 (0)