Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
explicitly set project name for tests's docker compose (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-dupre authored Dec 3, 2021
1 parent 81f5a46 commit cf35f45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
from .utils import init_wiki_es, override_settings


@pytest.fixture(scope="session")
def docker_services_project_name(pytestconfig):
return "idunn_test"


@pytest.fixture(scope="session")
def mimir_es(docker_services):
"""Ensure that ES is up and responsive."""
Expand Down

0 comments on commit cf35f45

Please sign in to comment.