diff --git a/tests/test_module_dispatcher.py b/tests/test_module_dispatcher.py index f67d0e1a..4cab0081 100644 --- a/tests/test_module_dispatcher.py +++ b/tests/test_module_dispatcher.py @@ -38,7 +38,10 @@ def test_dispatcher_contains(host_pattern, num_hosts, hosts, include_extra_inven @pytest.mark.parametrize(("host_pattern", "num_hosts"), NEGATIVE_HOST_PATTERNS) @pytest.mark.parametrize("include_extra_inventory", (True, False)) def test_dispatcher_not_contains( - host_pattern, num_hosts, hosts, include_extra_inventory + host_pattern, + num_hosts, + hosts, + include_extra_inventory, ): hosts = hosts(include_extra_inventory=include_extra_inventory) assert host_pattern not in hosts["all"]