diff options
Diffstat (limited to 'test/integration/targets/ansible-test-sanity-runtime-metadata/expected-version.txt')
-rw-r--r-- | test/integration/targets/ansible-test-sanity-runtime-metadata/expected-version.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-test-sanity-runtime-metadata/expected-version.txt b/test/integration/targets/ansible-test-sanity-runtime-metadata/expected-version.txt index c3de212a64..9cab3f86c3 100644 --- a/test/integration/targets/ansible-test-sanity-runtime-metadata/expected-version.txt +++ b/test/integration/targets/ansible-test-sanity-runtime-metadata/expected-version.txt @@ -1,2 +1,3 @@ meta/runtime.yml:0:0: The deprecation removal_version ('2.0.0') must be after the current version (SemanticVersion('2.3.4')) for dictionary value @ data['plugin_routing']['modules']['deprecated_module_wrong_version']['deprecation']['removal_version']. Got '2.0.0' meta/runtime.yml:0:0: The tombstone removal_version ('3.0.0') must not be after the current version (SemanticVersion('2.3.4')) for dictionary value @ data['plugin_routing']['modules']['tombstoned_module_wrong_version']['tombstone']['removal_version']. Got '3.0.0' +meta/runtime.yml:0:0: expected a dictionary for dictionary value @ data['action_groups']. Got ['foo'] |