Skip to content

Commit

Permalink
fix test config pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Jan 26, 2024
1 parent f2a80e3 commit 3de454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/api/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3de454e

Please sign in to comment.