We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08ce8e commit 526d6f3Copy full SHA for 526d6f3
1 file changed
tests/integrations/openai_agents/test_openai_agents.py
@@ -944,6 +944,7 @@ async def test_client_span_custom_model(
944
945
946
@pytest.mark.parametrize("stream_gen_ai_spans", [True, False])
947
+@pytest.mark.asyncio
948
def test_agent_invocation_span_sync_no_pii(
949
sentry_init,
950
capture_events,
@@ -1077,6 +1078,7 @@ def test_agent_invocation_span_sync_no_pii(
1077
1078
1079
1080
1081
1082
@pytest.mark.parametrize(
1083
"instructions",
1084
(
0 commit comments