Skip to content

Commit

Permalink
Fixed duplicate 'description' property in test YAML files
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 29, 2024
1 parent 848d51f commit 2a3ff6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_

* Docs: Ignored www.ansible.com in linkcheck, because it occasionally times out.

* Test: Fixed duplicate 'description' properties in test YAML files.
(issue #1097)

**Enhancements:**

* Support for ansible-core 2.18, by adding an ignore file for the sanity tests.
Expand Down
3 changes: 1 addition & 2 deletions tests/end2end/mocked_hmc_z14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,10 @@ hmc_definition:
- properties:
element-id: lsd1
name: LDAP server definition 1
description: LDAP server definition 1
description: "LSD 1"
primary-hostname-ipaddr: 10.11.12.13
search-distinguished-name: "test{0}"
replication-overwrite-possible: false
description: "LSD 1"
connection-port: null
backup-hostname-ipaddr: null
use-ssl: false
Expand Down
3 changes: 1 addition & 2 deletions tests/end2end/mocked_hmc_z16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,10 @@ hmc_definition:
- properties:
element-id: lsd1
name: LDAP server definition 1
description: LDAP server definition 1
description: "LSD 1"
primary-hostname-ipaddr: 10.11.12.13
search-distinguished-name: "test{0}"
replication-overwrite-possible: false
description: "LSD 1"
connection-port: null
backup-hostname-ipaddr: null
use-ssl: false
Expand Down

0 comments on commit 2a3ff6b

Please sign in to comment.