instana / ruby-sensor

💎 Ruby Distributed Tracing & Metrics Sensor for Instana
https://www.instana.com/
MIT License
26 stars 25 forks source link

fix: failing rails tests #413

Closed arjun-rajappa closed 2 months ago

arjun-rajappa commented 2 months ago

Deprecated name argument in remove_connection was causing issues. Initial method signature was remove_connection(name = nil). So removing the argument in this test file will fix the tests and should not have any repercussions on other areas.