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 0a44f2d commit 7b08eaaCopy full SHA for 7b08eaa
tests/test_types.py
@@ -1568,7 +1568,7 @@ def test_camelCase_access_raises_attribute_error() -> None:
1568
# Test getting an attribute via camelCase alias raises AttributeError
1569
with pytest.raises(
1570
AttributeError,
1571
- match="'AgentCard' object has no attribute 'defaultInputModes'. Did you mean: 'default_input_modes'?",
+ match="'AgentCard' object has no attribute 'defaultInputModes'",
1572
):
1573
_ = agent_card.defaultInputModes
1574
0 commit comments