Skip to content

Commit

Permalink
test: Loosen message match for SystemCallError
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Nov 18, 2024
1 parent 60c0021 commit 77192b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
log_record_data = OpenTelemetry::TestHelpers.create_log_record_data
_(exporter.export([log_record_data])).must_equal(FAILURE)
_(log_stream.string).must_match(
/ERROR -- : OpenTelemetry error: Connection refused - Failed to open TCP connection/
/ERROR -- : OpenTelemetry error:.*Failed to open TCP connection/
)
end
end
Expand Down

0 comments on commit 77192b5

Please sign in to comment.