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 4f2a037 commit c45d438Copy full SHA for c45d438
instrumentation/graphql/test/instrumentation/graphql/instrumentation_test.rb
@@ -54,7 +54,7 @@
54
OpenTelemetry::TestHelpers.with_test_logger do |log|
55
instrumentation.install(config)
56
_(log.string).must_match(
57
- /undefined method `trace_with'.*Old::Truck/
+ /undefined method.*trace_with.*Old::Truck/
58
)
59
end
60
@@ -90,7 +90,7 @@
90
91
92
93
- /undefined method `use'.*Old::Truck/
+ /undefined method.*use.*Old::Truck/
94
95
96
0 commit comments