Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cenh-halfspace committed Dec 3, 2024
1 parent a9703fb commit c85c923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/settlement_report_python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def settlement_report_job_container_path(source_path: str) -> str:
`os.chdir()`. The correctness also relies on the prerequisite that this function is
actually located in a file located directly in the tests folder.
"""
return f"{source_path}/settlement_report_container"
return f"{source_path}/settlement_report_python"


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

0 comments on commit c85c923

Please sign in to comment.