File tree Expand file tree Collapse file tree
src/tests/_internal/server/background/pipeline_tasks/test_instances Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -587,7 +587,6 @@ async def test_cannot_determine_expected_version(
587587
588588 instances_check ._maybe_install_components (instance , shim_client_mock )
589589
590- assert "Cannot determine the expected runner version" in debug_task_log .text
591590 shim_client_mock .get_components .assert_called_once ()
592591 shim_client_mock .install_runner .assert_not_called ()
593592
@@ -713,7 +712,6 @@ async def test_cannot_determine_expected_version(
713712
714713 instances_check ._maybe_install_components (instance , shim_client_mock )
715714
716- assert "Cannot determine the expected shim version" in debug_task_log .text
717715 shim_client_mock .get_components .assert_called_once ()
718716 shim_client_mock .install_shim .assert_not_called ()
719717
You can’t perform that action at this time.
0 commit comments