Skip to content

Commit

Permalink
missing boot mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Mar 20, 2023
1 parent b106506 commit f93dfdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/director-v2/tests/unit/test_modules_dask_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ def fake_sidecar_fct(
log_file_url: AnyUrl,
command: list[str],
s3_settings: Optional[S3Settings],
boot_mode: BootMode,
expected_annotations,
) -> TaskOutputData:
# get the task data
Expand Down Expand Up @@ -1090,6 +1091,7 @@ def fake_sidecar_fct(
log_file_url: AnyUrl,
command: list[str],
s3_settings: Optional[S3Settings],
boot_mode: BootMode,
expected_annotations,
) -> TaskOutputData:
# get the task data
Expand Down

0 comments on commit f93dfdb

Please sign in to comment.