Skip to content

Commit e4de61b

Browse files
committed
typo fix
1 parent e3c1eef commit e4de61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shared/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_valid_with_resource_metadata(self):
8080
)
8181

8282
def test_valid_witn_invalid_resource_documentation(self):
83-
"""Should throw when parsing metadata with resource_name and resource_documentation."""
83+
"""Should throw when parsing metadata with resource_name and invalid resource_documentation."""
8484
with pytest.raises(ValueError):
8585
ProtectedResourceMetadata.model_validate(
8686
{

0 commit comments

Comments
 (0)