Skip to content

Commit

Permalink
change test path
Browse files Browse the repository at this point in the history
  • Loading branch information
mleist committed Feb 13, 2024
1 parent 2287211 commit 850495c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def docker_compose_file(pytestconfig):
"""Get the docker-compose.yml absolute path.
Override this fixture in your tests if you need a custom location.
"""
return os.path.join(str(pytestconfig.rootdir), "docker-compose-local.yml")
return os.path.join(str(pytestconfig.rootdir), "..", "docker-compose-local.yml")


@pytest.fixture(scope='session')
Expand Down

0 comments on commit 850495c

Please sign in to comment.