dd-trace-py
dd-trace-py copied to clipboard
test: fix testing warnings
PR Summary
This small PR migrates from unittest.assertEquals to unittest.assertEqual which is deprecated from Python2.7:
DeprecationWarning: Please use assertEqual instead.
@emmanuel-ferdman I replaced this with an internal PR https://github.com/DataDog/dd-trace-py/pull/13827 to enable all of the privileged CI checks to run. your authorship is still on the commit itself.