fix: option to skip flags, to avoid breaking the tests
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ func Init(t *testing.T, skipOnShort bool) {
|
||||
confPath, _ := filepath.Abs(filepath.Join(appPath, "tests", "navidrome-test.toml"))
|
||||
|
||||
os.Chdir(appPath)
|
||||
conf.LoadFromFile(confPath)
|
||||
conf.LoadFromFile(confPath, true)
|
||||
|
||||
noLog := os.Getenv("NOLOG")
|
||||
if noLog != "" {
|
||||
|
||||
Reference in New Issue
Block a user