Skip to content

Commit 440bd32

Browse files
revert using test_dir
1 parent 7dd5996 commit 440bd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/release/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def pytest_addoption(parser: pytest.Parser) -> None:
9494
@pytest.fixture(scope="module")
9595
def release_dir() -> Path:
9696
output_dir_name = (
97-
"/mnt/team/simulation_science/priv/engineering/pseudopeople_release_testing/test_dir"
97+
"/mnt/team/simulation_science/priv/engineering/pseudopeople_release_testing/"
9898
)
9999
output_dir = Path(output_dir_name) / f"{time.strftime('%Y%m%d_%H%M%S')}"
100100
output_dir.mkdir(parents=True, exist_ok=False)

0 commit comments

Comments
 (0)