Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
insani7y committed Oct 20, 2024
1 parent 0227e4c commit 407927c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
from faker import Faker


os.environ[base.POD_IDENTIFIER_ENVIRONMENT_NAME] = str(uuid.uuid4())
file_health_check_for_main_testing: typing.Final = file_based.DefaultFileHealthCheck()
@pytest.fixture(autouse=True)
def _auto_hostname() -> None:
os.environ[base.POD_IDENTIFIER_ENVIRONMENT_NAME] = str(uuid.uuid4())


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

0 comments on commit 407927c

Please sign in to comment.