Skip to content

Commit e8bfe35

Browse files
yannj-frpcarleton
andauthored
Update tests/shared/test_auth.py
Co-authored-by: Paul Carleton <[email protected]>
1 parent 12eddcc commit e8bfe35

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
@@ -81,7 +81,7 @@ def test_valid_with_resource_metadata(self):
8181
}
8282
)
8383

84-
def test_valid_witn_invalid_resource_documentation(self):
84+
def test_valid_with_invalid_resource_documentation(self):
8585
"""Should throw when parsing metadata with resource_name and invalid resource_documentation."""
8686
with pytest.raises(ValueError):
8787
ProtectedResourceMetadata.model_validate(

0 commit comments

Comments
 (0)