mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
12 lines
412 B
Text
12 lines
412 B
Text
---
|
|
source: tests/integrations/check_config.rs
|
|
description: A config with invalid keys fails
|
|
snapshot_kind: text
|
|
---
|
|
Error: failed to validate configuration
|
|
Caused by: failed to parse configuration file "tests/integrations/fixtures/check_config/invalid-keys.toml"
|
|
Caused by: TOML parse error at line 1, column 1
|
|
|
|
|
1 | some_name = "example.com"
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
missing field `server_name`
|