Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Oct 20, 2023
1 parent 09d1432 commit cb14a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Configuration(BaseModel):

organizations: List[OrganizationCfg]

@field_validator("organizations", mode="before")
@field_validator("organizations")
def minimal_number_of_organizations(cls, v): # noqa: N805
assert len(v) >= MIN_ORGANIZATIONS, (
"Not enough organizations defined in your configuration. "
Expand Down

0 comments on commit cb14a75

Please sign in to comment.