mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52:38 +02:00
🐛 — Fix alerts config in test scenario
This commit is contained in:
parent
75df5c1110
commit
2d6091ea41
1 changed files with 3 additions and 2 deletions
|
@ -143,9 +143,10 @@ def empty_config():
|
|||
general=schemas.config.General(
|
||||
frequency="1m",
|
||||
alerts=schemas.config.Alert(
|
||||
error=["", ""],
|
||||
ok=["", ""],
|
||||
warning=["", ""],
|
||||
alert=["", ""],
|
||||
critical=["", ""],
|
||||
unknown=["", ""],
|
||||
),
|
||||
),
|
||||
service=schemas.config.Service(
|
||||
|
|
Loading…
Reference in a new issue