Skip to content

Commit 5178a11

Browse files
committed
test: fix test to include anthropic deactivation
1 parent 13d5fa6 commit 5178a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_ai_integration_deactivation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def test_integration_deactivates_map_exists():
6161
assert "openai" in _INTEGRATION_DEACTIVATES["openai_agents"]
6262
assert "pydantic_ai" in _INTEGRATION_DEACTIVATES
6363
assert "openai" in _INTEGRATION_DEACTIVATES["pydantic_ai"]
64+
assert "anthropic" in _INTEGRATION_DEACTIVATES["pydantic_ai"]
6465

6566

6667
def test_langchain_auto_deactivates_openai_and_anthropic(

0 commit comments

Comments
 (0)