mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-11 14:52:56 +02:00
Chore(deps): Bump the low-importance group across 1 directory with 6 updates (#3407)
This commit is contained in:
committed by
Quentin McGaw
parent
eff529e3d1
commit
fa888a7d23
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user