tests: configfile: fix spurious test failure II
internal/configfile/config_test.go:67: c declared and not used
This commit is contained in:
parent
b878306d2a
commit
6e9b6e17c3
@ -64,7 +64,7 @@ func TestCreateConfFile(t *testing.T) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
_, c, err := LoadConfFile("config_test/tmp.conf", "test")
|
_, _, err = LoadConfFile("config_test/tmp.conf", "test")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user