diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/plugins/config/config_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/plugins/config/config_test.go b/tests/plugins/config/config_test.go index 609b62ef..dc387086 100755 --- a/tests/plugins/config/config_test.go +++ b/tests/plugins/config/config_test.go @@ -21,6 +21,8 @@ func TestViperProvider_Init(t *testing.T) { vp := &config.Viper{} vp.Path = ".rr.yaml" vp.Prefix = "rr" + vp.Flags = nil + err = container.Register(vp) if err != nil { t.Fatal(err) |