diff --git a/tests/commands/base/test_update_cookiecutter_cache.py b/tests/commands/base/test_update_cookiecutter_cache.py index 187e7fa81..2462eeb8b 100644 --- a/tests/commands/base/test_update_cookiecutter_cache.py +++ b/tests/commands/base/test_update_cookiecutter_cache.py @@ -185,13 +185,6 @@ def test_repo_clone_error(stderr_string, error_message, base_command, mock_git): branch="briefcase-template", ) - base_command.tools.git.Repo.clone_from.assert_called_once_with( - url="https://example.com", - to_path=base_command.data_path / "templates" / "example.com", - filter=["blob:none"], - no_checkout=True, - ) - def test_existing_repo_template(base_command, mock_git): """If a previously known URL template is specified it is used."""