Merge branch 'master' into nftables

This commit is contained in:
Quentin McGaw
2026-08-07 11:41:25 +00:00
6 changed files with 43 additions and 45 deletions
@@ -21,13 +21,13 @@ func Test_Read(t *testing.T) {
"empty_file": {},
"malformed_toml": {
fileContent: "this is not a toml file",
errMessage: `toml decoding file: toml: expected character =`,
errMessage: `toml decoding file: toml: expected '=' after key`,
},
"unknown_field": {
fileContent: `unknown = "what is this"`,
errMessage: `toml decoding file: strict mode: fields in the document are missing in the target struct:
1| unknown = "what is this"
| ~~~~~~~ missing field`,
| ~~~~~~~ unknown field`,
},
"filled_settings": {
fileContent: `[[roles]]