Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Jan 27, 2025
1 parent 9f99393 commit 8a7fc53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/plugins/modules/test_pfsense_openvpn_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def check_target_elt(self, obj, target_elt):
obj['shared_key'] = TLSKEY
if 'tls' in obj and obj['tls'] == 'generate':
obj['tls'] = TLSKEY
obj['tls_type'] = 'auth'

self.check_param_equal(obj, target_elt, 'name', xml_field='description')
self.check_param_equal(obj, target_elt, 'custom_options')
Expand Down

0 comments on commit 8a7fc53

Please sign in to comment.