Skip to content

Commit

Permalink
Remove unit test assert for txn found in error collector
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed Feb 13, 2024
1 parent 85f7d51 commit 22968ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/new_relic/agent/llm/llm_event_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def test_set_llm_agent_attribute_on_error
end

assert_truthy harvest_transaction_events![1][0][2][:llm]
assert_truthy harvest_error_events![1][0][2][:llm]
assert_equal NewRelic::TestHelpers::Exceptions::TestError, exceptions.keys[0].class
end
end
Expand Down

0 comments on commit 22968ea

Please sign in to comment.