Skip to content

Commit

Permalink
More strictuserdn -> strictusercn cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Dec 19, 2023
1 parent b069235 commit 31eed53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/plugins/modules/test_pfsense_openvpn_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def check_target_elt(self, obj, target_elt):
else:
self.assert_not_find_xml_elt('tls')
self.assert_not_find_xml_elt('tls_type')
self.check_param_bool(obj, target_elt, 'strictuserdn')
self.check_param_bool(obj, target_elt, 'strictusercn')
self.check_param_equal(obj, target_elt, 'dh_length', default=2048)
self.check_param_equal(obj, target_elt, 'ecdh_curve', default='none')
self.check_param_equal(obj, target_elt, 'data_ciphers_fallback', default='AES-256-CBC')
Expand Down

0 comments on commit 31eed53

Please sign in to comment.