Skip to content

Commit

Permalink
tests: refactor tests and fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed May 24, 2024
1 parent f84ac41 commit a18e9cb
Show file tree
Hide file tree
Showing 4 changed files with 2,049 additions and 1,995 deletions.
2 changes: 1 addition & 1 deletion pydantic_scim2/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ class Schema(BaseModel):
"""A complex type that defines service provider attributes and their
qualities via the following set of sub-attributes."""

meta: Meta
meta: Optional[Meta] = None
"""A complex attribute containing resource metadata."""
Loading

0 comments on commit a18e9cb

Please sign in to comment.