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 46d5521 commit 7160696Copy full SHA for 7160696
tests/agent_features/test_llm_custom_attributes.py
@@ -26,7 +26,6 @@ def test_llm_custom_attributes():
26
assert transaction._llm_context_attrs == {"llm.test": "attr", "llm.test1": "attr1"}
27
28
29
-
30
@pytest.mark.parametrize("context_attrs", (None, "not-a-dict"))
31
@background_task()
32
def test_llm_custom_attributes_no_attrs(context_attrs):
0 commit comments