Tests: fixed tests to work without openssl support.
This commit is contained in:
@@ -470,6 +470,9 @@ def _clear_conf(sock, log=None):
|
|||||||
|
|
||||||
check_success(resp)
|
check_success(resp)
|
||||||
|
|
||||||
|
if 'openssl' not in option.available['modules']:
|
||||||
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
certs = json.loads(http.get(
|
certs = json.loads(http.get(
|
||||||
url='/certificates',
|
url='/certificates',
|
||||||
|
|||||||
Reference in New Issue
Block a user