diff options
Diffstat (limited to 'internal/configfile/config_test.go')
-rw-r--r-- | internal/configfile/config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configfile/config_test.go b/internal/configfile/config_test.go index 775a616..e34a3cd 100644 --- a/internal/configfile/config_test.go +++ b/internal/configfile/config_test.go @@ -22,7 +22,7 @@ func TestLoadV1(t *testing.T) { func TestLoadV2(t *testing.T) { t1 := time.Now() - _, _, err := LoadConfFile("config_test/v2.conf", "foo") + _, _, err := LoadConfFile("config_test/v2.conf", "test") if err != nil { t.Errorf("Could not load v2 config file: %v", err) } |