Skip to content

Commit

Permalink
update test strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mkayontour committed Jan 4, 2024
1 parent e852283 commit eb2ec17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/ini-configuration-tests/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- name: advanced_filter
_i2_config_hash:
section:
test: '(objectClass=user)'
test: '!(objectClass=user)'
test2: "!(objectClass=user)"
test3: "!attribute"
- name: list
Expand All @@ -28,7 +28,7 @@
- name: equal_sign
_i2_config_hash:
section:
test: 'equal=sign'
test: equal=sign


collections:
Expand Down

0 comments on commit eb2ec17

Please sign in to comment.