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 e3c1eef commit e4de61bCopy full SHA for e4de61b
tests/shared/test_auth.py
@@ -80,7 +80,7 @@ def test_valid_with_resource_metadata(self):
80
)
81
82
def test_valid_witn_invalid_resource_documentation(self):
83
- """Should throw when parsing metadata with resource_name and resource_documentation."""
+ """Should throw when parsing metadata with resource_name and invalid resource_documentation."""
84
with pytest.raises(ValueError):
85
ProtectedResourceMetadata.model_validate(
86
{
0 commit comments