Skip to content

Commit cdb87b2

Browse files
authored
Update schema.py
1 parent cdcc905 commit cdb87b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elementary/monitor/fetchers/tests/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class TestResultDBRowSchema(ExtendedBaseModel):
4242
other: Optional[str]
4343
test_name: str
4444
test_params: dict
45-
severity: str
45+
severity: Optional[str] = None
4646
status: str
4747
test_created_at: Optional[str] = None
4848
days_diff: float

0 commit comments

Comments
 (0)