Skip to content

Commit

Permalink
Fix tests (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos authored Nov 5, 2024
1 parent 29430b1 commit 43f75eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/collections/acme.goodies/tests/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
collections:
- name: ansible.posix
version: ">=1.0"
version: "1.5.4"
2 changes: 1 addition & 1 deletion test/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_config() -> None:
assert isinstance(config.CONNECTION_FACTS_MODULES, dict)
assert config.ANSIBLE_COW_PATH is None
assert isinstance(config.NETWORK_GROUP_MODULES, list)
assert isinstance(config.DEFAULT_GATHER_TIMEOUT, (int, type(None)))
assert isinstance(config.DEFAULT_FORKS, (int, type(None)))

# check lowercase and older name aliasing
assert isinstance(config.collections_paths, list)
Expand Down

0 comments on commit 43f75eb

Please sign in to comment.