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 f8758c6 commit c628aa0Copy full SHA for c628aa0
instrumentation/opentelemetry-instrumentation-pika/tests/test_utils.py
@@ -558,7 +558,7 @@ def test_decorate_deque_proxy(
558
self.assertEqual(res, evt)
559
generator_info.pending_events.popleft.assert_called_once()
560
extract.assert_not_called()
561
- context_get_current.not_called()
+ context_get_current.assert_not_called()
562
context_detach.assert_called_once()
563
context_attach.assert_not_called()
564
get_span.assert_not_called()
0 commit comments