Skip to content

Commit

Permalink
chore: remove useless ,
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes committed Sep 3, 2024
1 parent 675ae67 commit 41939fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/builder/tests/test_image_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_build_image_if_missing_image_build_needed(mocker: MockerFixture, functi


def test__build_container_image_podtimeouterror(mocker: MockerFixture) -> None:
mocker.patch("kubernetes.config.load_incluster_config"),
mocker.patch("kubernetes.config.load_incluster_config")
mocker.patch("builder.image_builder.image_builder._assert_dockerfile_exist")
mocker.patch("builder.image_builder.image_builder.pod_exists", return_value=True)
watch_pod = mocker.patch("builder.image_builder.image_builder.watch_pod", side_effect=PodTimeoutError())
Expand Down

0 comments on commit 41939fe

Please sign in to comment.