Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Sep 11, 2023
1 parent c56d011 commit 71c74c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class TestWorkflowsNoStatusCmdNoSharedFs(TestWorkflowsBase):
expect_exception = WorkflowError

def get_executor_settings(self) -> Optional[ExecutorSettingsBase]:
return self._get_executor_settings(status_cmd=self._get_cmd("qstatus.sh"))
return self._get_executor_settings()

def get_assume_shared_fs(self) -> bool:
return False
Expand Down

0 comments on commit 71c74c4

Please sign in to comment.