Skip to content
Snippets Groups Projects
Commit c4864d5c authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fix tests

parent 297217f6
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1687Pickup patch changes
Pipeline #16164 passed
......@@ -57,7 +57,7 @@ class TestMonitorRecover:
# pass
def test_reacquire_logfile_empty_path(self, mock_workflow_requests):
assert recovery.MonitorRecover._reacquire_logfile(mock_workflow_requests[0]) == Path(".")
assert recovery.MonitorRecover._reacquire_logfile(mock_workflow_requests[0]) == Path.cwd()
# def test_reacquire_logfile_path(self):
# pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment