Chore(deps): Bump the low-importance group across 1 directory with 6 updates (#3407)

This commit is contained in:
dependabot[bot]
2026-08-07 13:22:00 +02:00
committed by Quentin McGaw
parent eff529e3d1
commit fa888a7d23
3 changed files with 23 additions and 25 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]]