From 1205ae10271b6d4c1d17329d30cf0a09e2eb1035 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Sat, 6 Jan 2024 20:04:28 -0600 Subject: [PATCH] squash: fix test --- .../test/instrumentation/graphql/instrumentation_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/graphql/test/instrumentation/graphql/instrumentation_test.rb b/instrumentation/graphql/test/instrumentation/graphql/instrumentation_test.rb index ec83796a8..580918fb8 100644 --- a/instrumentation/graphql/test/instrumentation/graphql/instrumentation_test.rb +++ b/instrumentation/graphql/test/instrumentation/graphql/instrumentation_test.rb @@ -54,7 +54,7 @@ OpenTelemetry::TestHelpers.with_test_logger do |log| instrumentation.install(config) _(log.string).must_match( - / Unable to patch schema Old::Truck: undefined method `trace_with' for Old::Truck:Class/ + /undefined method `trace_with'.*Old::Truck/ ) end end