add more validation rules

This commit is contained in:
2023-02-23 14:48:22 +02:00
parent 4fb9335df9
commit 13faf66bdb
12 changed files with 165 additions and 54 deletions

View File

@ -62,9 +62,11 @@ def test_schema(configuration: Configuration) -> None:
assert schema.pop("email")
assert schema.pop("github")
assert schema.pop("html")
assert schema.pop("report")
assert schema.pop("rsync")
assert schema.pop("s3")
assert schema.pop("telegram")
assert schema.pop("upload")
assert schema == CONFIGURATION_SCHEMA