Skip to content

Commit

Permalink
fix mock kannon
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-oguri committed Dec 5, 2023
1 parent 5611c4f commit 2078700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test/test_master_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self, *, max_child_jobs: int | None = None) -> None:
def _exec_gokart_task(self, task: MockTaskOnKart) -> None:
task.run()

def _exec_bullet_task(self, task: MockTaskOnBullet) -> None:
def _exec_bullet_task(self, task: MockTaskOnBullet, remote_config_path: str | None) -> None:
self.task_id_to_job_name[task.make_unique_id()] = "dummy_job_name"
task.run()

Expand Down

0 comments on commit 2078700

Please sign in to comment.