From 1bfaa37d85ab1a3ce2e54d1d658d2f973c5b973b Mon Sep 17 00:00:00 2001 From: hramadan Date: Thu, 10 Aug 2023 17:11:56 -0700 Subject: [PATCH] Remove binding.irb --- test/multiverse/suites/roda/roda_instrumentation_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/multiverse/suites/roda/roda_instrumentation_test.rb b/test/multiverse/suites/roda/roda_instrumentation_test.rb index 10d42d4402..16b88a603d 100644 --- a/test/multiverse/suites/roda/roda_instrumentation_test.rb +++ b/test/multiverse/suites/roda/roda_instrumentation_test.rb @@ -111,7 +111,7 @@ def test_transaction_name_error # pass in {} to produce an error, because {} doesn't support #path and # confirm that the desired error handling took place result = NewRelic::Agent::Instrumentation::Roda::TransactionNamer.transaction_name({}) - # binding.irb + assert_equal NewRelic::Agent::UNKNOWN_METRIC, result assert_logged(/NoMethodError.*Error encountered trying to identify Roda transaction name/m) end