Skip to content

Commit f6dc2b6

Browse files
committed
fix test
1 parent b49301c commit f6dc2b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nconf/args_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ PF_LOG_QUOTE_EMPTY_FIELDS=true
3737
EnvFile: tmp.Name(),
3838
}
3939

40-
log := args.Setup(cfg, "")
40+
log, err := args.Setup(cfg, "")
41+
require.NoError(t, err)
4142

4243
// check that we did call configure the logger
4344
assert.NotNil(t, log)

0 commit comments

Comments
 (0)