Skip to content

Commit 885bc7c

Browse files
yu-iskwarbiv
andauthored
Update schema.py (#2086)
Co-authored-by: Yosef Arbiv <yosef@elementary-data.com>
1 parent 398b34a commit 885bc7c

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)