diff --git a/backend/tests/api/helpers.go b/backend/tests/api/helpers.go index c5eaa7280..c9fce06dc 100644 --- a/backend/tests/api/helpers.go +++ b/backend/tests/api/helpers.go @@ -49,7 +49,7 @@ func spawnApp() (TestApp, error) { return TestApp{}, err } - configuration, err := config.GetConfiguration(filepath.Join("..", "..", "config")) + configuration, err := config.GetConfiguration(filepath.Join("..", "..", "..", "config")) if err != nil { return TestApp{}, err