Skip to content

Commit 33063f4

Browse files
authored
Update test_fluxclusterexecutor.py
1 parent b036271 commit 33063f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fluxclusterexecutor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_executor_no_cwd(self):
6262

6363
def test_pysqa_interface(self):
6464
queue_id = execute_with_pysqa(
65-
command=["sleep", "10"],
65+
command=["flux", "run", "sleep", "10"],
6666
file_name="test.h5",
6767
data_dict={"fn": sleep},
6868
cache_directory="executorlib_cache",

0 commit comments

Comments
 (0)