From 46a74f2855a3dc3b274f2146917f6f5a07bbef6f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 15 Jan 2022 20:14:34 -0500 Subject: [PATCH] spelling: missing Signed-off-by: Josh Soref --- tests/commands/install_uninstall_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)