Skip to content

Commit c45d438

Browse files
committed
squash: relax test
1 parent 4f2a037 commit c45d438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instrumentation/graphql/test/instrumentation/graphql/instrumentation_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
OpenTelemetry::TestHelpers.with_test_logger do |log|
5555
instrumentation.install(config)
5656
_(log.string).must_match(
57-
/undefined method `trace_with'.*Old::Truck/
57+
/undefined method.*trace_with.*Old::Truck/
5858
)
5959
end
6060
end
@@ -90,7 +90,7 @@
9090
instrumentation.install(config)
9191

9292
_(log.string).must_match(
93-
/undefined method `use'.*Old::Truck/
93+
/undefined method.*use.*Old::Truck/
9494
)
9595
end
9696
end

0 commit comments

Comments
 (0)