From b5cb81b8576ecbe2e5ff505e2d34eff328fa07da Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:28:36 +0000 Subject: [PATCH] chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_module_dispatcher.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"]