diff --git a/config/config_test.go b/config/config_test.go index e7cd0de..aeac9ce 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -33,7 +33,7 @@ func TestShouldParse(t *testing.T) { } func loadTestFile(t *testing.T) []byte { - b, err := ioutil.ReadFile("test/config.test.yml") + b, err := ioutil.ReadFile("config.test.yml") if err != nil { t.Fatalf("could not load config: %v", err) }