Skip to content

Commit

Permalink
Change Dread environment variable to 1.0.0
Browse files Browse the repository at this point in the history
Reflects how it's stored on the server
  • Loading branch information
Miepee authored Sep 6, 2024
1 parent dce704e commit 16d3e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def samus_returns_path():

@pytest.fixture(scope="session")
def dread_path():
return Path(get_env_or_skip("DREAD_PATH"))
return Path(get_env_or_skip("DREAD_1_0_0_PATH"))


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

0 comments on commit 16d3e10

Please sign in to comment.