aboutsummaryrefslogtreecommitdiff
path: root/internal/configfile/config_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/configfile/config_test.go')
-rw-r--r--internal/configfile/config_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configfile/config_test.go b/internal/configfile/config_test.go
index dc81600..3b72536 100644
--- a/internal/configfile/config_test.go
+++ b/internal/configfile/config_test.go
@@ -64,7 +64,7 @@ func TestCreateConfFile(t *testing.T) {
if err != nil {
t.Fatal(err)
}
- _, c, err := LoadConfFile("config_test/tmp.conf", "test")
+ _, _, err = LoadConfFile("config_test/tmp.conf", "test")
if err != nil {
t.Fatal(err)
}