Skip to content

Commit d0daeab

Browse files
chore: correct error description
1 parent 8dc0352 commit d0daeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/httpx/test/instrumentation/plugin_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
OpenTelemetry::Trace::Status::ERROR
8383
)
8484
_(span.status.description).must_equal(
85-
'Unhandled exception of type: HTTPX::TimeoutError'
85+
'Timed out'
8686
)
8787
assert_requested(
8888
:get,

0 commit comments

Comments
 (0)