You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Test setting an attribute via camelCase alias raises AttributeError
1562
1562
withpytest.raises(
1563
-
AttributeError,
1564
-
match="Setting field 'supportsAuthenticatedExtendedCard' via its camelCase alias is not allowed. Use the snake_case name 'supports_authenticated_extended_card' instead.",
1563
+
ValueError,
1564
+
match='"AgentCard" object has no field "supportsAuthenticatedExtendedCard"',
0 commit comments