fix: tests, we require a service and notifier definition
1 files changed, 10 insertions(+), 0 deletions(-) M src/config.rs
M src/config.rs => src/config.rs +10 -0
@@ 85,6 85,16 @@ mod tests { r#" interface = "0.0.0.0" port = 8080 + + [services.m] + type = "matrix" + instance = "" + token = "" + room = "" + + [notifiers.a] + token = "42" + services = ["m"] "# ) .await