Skip to content

Commit

Permalink
Merge branch 'main' into chore/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Apr 9, 2024
2 parents 90f620f + 0708be5 commit c48be5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions test/fixtures/broken-ansible.cfg/ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[defaults]

# This breaks ansible-core, because it loads the value as null and only
# integers are accepted.
gather_timeout=
fact_caching_timeout=invalid-value
2 changes: 1 addition & 1 deletion test/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ def test_broken_ansible_cfg() -> None:
)
assert proc.returncode == RC.INVALID_CONFIG, proc
assert (
"Invalid type for configuration option setting: DEFAULT_GATHER_TIMEOUT"
"Invalid type for configuration option setting: CACHE_PLUGIN_TIMEOUT"
in proc.stderr
)

0 comments on commit c48be5f

Please sign in to comment.