Fix tests

This commit is contained in:
Ingo Oppermann 2023-06-02 16:51:23 +02:00
parent e532531eeb
commit 747e443e25
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -597,6 +597,7 @@ func importV1(fs fs.Filesystem, path string, cfg importConfig) (store.Data, erro
"-err_detect",
"ignore_err",
},
LogPatterns: []string{},
}
// UI Settings
@ -854,6 +855,7 @@ func importV1(fs fs.Filesystem, path string, cfg importConfig) (store.Data, erro
ReconnectDelay: 10,
Autostart: false,
StaleTimeout: 0,
LogPatterns: []string{},
}
probe := probeInput(cfg.binary, config)
@ -1231,6 +1233,7 @@ func importV1(fs fs.Filesystem, path string, cfg importConfig) (store.Data, erro
"-err_detect",
"ignore_err",
},
LogPatterns: []string{},
}
snapshotInput := app.ConfigIO{
@ -1402,6 +1405,7 @@ func importV1(fs fs.Filesystem, path string, cfg importConfig) (store.Data, erro
"-err_detect",
"ignore_err",
},
LogPatterns: []string{},
}
config.Input = append(config.Input, app.ConfigIO{