Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 30, 2023
1 parent 7f1e171 commit b5cb81b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_module_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit b5cb81b

Please sign in to comment.