spelling: missing

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-15 20:14:34 -05:00
parent c90d8a22b8
commit 46a74f2855

View file

@ -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)