We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0118318 commit b578be8Copy full SHA for b578be8
tests/frameworks/test_flask.py
@@ -121,7 +121,7 @@ def test_get_request_with_suppression(self):
121
self.assertFalse(any(map(lambda x: x.l != 0, spans)))
122
123
# Assert that there are no spans in the recorded list
124
- self.assertEquals(spans, [])
+ self.assertEqual(spans, [])
125
126
def test_get_request_with_suppression_and_w3c(self):
127
headers = {
@@ -146,7 +146,7 @@ def test_get_request_with_suppression_and_w3c(self):
146
147
148
149
150
151
def test_synthetic_request(self):
152
0 commit comments