diff --git a/test/units/modules/test_apt.py b/test/units/modules/test_apt.py index d207320c82a..18b16c80d39 100644 --- a/test/units/modules/test_apt.py +++ b/test/units/modules/test_apt.py @@ -38,6 +38,11 @@ fake_cache = [ ["apt", "apt-utils"], id="pkgname-expands", ), + pytest.param( + ["?config-files"], + ["?config-files"], + id="apt-pattern", + ), ], ) def test_expand_pkgspec_from_fnmatches(test_input, expected):