diff --git a/tests/commands/install_uninstall_test.py b/tests/commands/install_uninstall_test.py index 93c20a32..1f6ab373 100644 --- a/tests/commands/install_uninstall_test.py +++ b/tests/commands/install_uninstall_test.py @@ -987,7 +987,7 @@ def test_install_allow_missing_config(tempdir_factory, store): assert expected in output -def test_install_temporarily_allow_mising_config(tempdir_factory, store): +def test_install_temporarily_allow_missing_config(tempdir_factory, store): path = make_consuming_repo(tempdir_factory, 'script_hooks_repo') with cwd(path): remove_config_from_repo(path)