You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running our full suite of Minitest tests reports that the following variables are declared but never used. Each test should be verified to see if the variable can be removed entirely or if the test should be refactored to include the use of the variable.
test/new_relic/agent/configuration/server_source_test.rb:139: warning: assigned but unused variable - modified_event_harvest_config
test/new_relic/agent/error_collector_test.rb:353: warning: assigned but unused variable - error
test/new_relic/agent/log_priority_test.rb:12: warning: assigned but unused variable - txn
test/new_relic/agent/span_event_primitive_test.rb:102: warning: assigned but unused variable - external_segment
test/new_relic/dependency_detection_test.rb:212: warning: assigned but unused variable - executed
The text was updated successfully, but these errors were encountered:
Running our full suite of Minitest tests reports that the following variables are declared but never used. Each test should be verified to see if the variable can be removed entirely or if the test should be refactored to include the use of the variable.
The text was updated successfully, but these errors were encountered: