Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Nov 7, 2024
1 parent f3fc24f commit 46c096c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def test_job_submit(
PACKAGE_PATH = "/tmp/fractal_tasks_mock-0.0.1-py3-none-any.whl"
urlretrieve(PACKAGE_URL, PACKAGE_PATH)

res = invoke(f"task collect {PACKAGE_PATH}")
res = invoke(f"--batch task collect {PACKAGE_PATH}")
assert res.retcode == 0
activity_id = res.data["id"]
activity_id = res.data

# Create a project
project = project_factory(name=new_name())
Expand Down

0 comments on commit 46c096c

Please sign in to comment.