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 a7bb857 commit dfe242eCopy full SHA for dfe242e
1 file changed
tests/tracing/test_decorator.py
@@ -77,7 +77,7 @@ async def test_trace_decorator_async_no_trx():
77
78
start_child_span_decorator = create_span_decorator()
79
result2 = await start_child_span_decorator(my_async_example_function)()
80
- fake_debug.assert_called_once_with(
+ fake_debug.assert_any_call(
81
"Cannot create a child span for %s. "
82
"Please start a Sentry transaction before calling this function.",
83
"test_decorator.my_async_example_function",
0 commit comments