summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/test_bigip_profile_http2.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/f5/test_bigip_profile_http2.py')
-rw-r--r--test/units/modules/network/f5/test_bigip_profile_http2.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/units/modules/network/f5/test_bigip_profile_http2.py b/test/units/modules/network/f5/test_bigip_profile_http2.py
index 8eeceffb87..9ecf87ea00 100644
--- a/test/units/modules/network/f5/test_bigip_profile_http2.py
+++ b/test/units/modules/network/f5/test_bigip_profile_http2.py
@@ -109,9 +109,11 @@ class TestManager(unittest.TestCase):
name='foo',
enforce_tls_requirements='yes',
parent='bar',
- password='password',
- server='localhost',
- user='admin'
+ provider=dict(
+ server='localhost',
+ password='password',
+ user='admin'
+ )
))
module = AnsibleModule(