Skip to content

Commit 7715870

Browse files
committed
set cert to None in test_netbox_base_class.py
1 parent c92e2ca commit 7715870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/module_utils/test_netbox_base_class.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def fixture_arg_spec():
5757
},
5858
"state": "present",
5959
"validate_certs": False,
60+
"cert": None
6061
}
6162

6263

0 commit comments

Comments
 (0)