Reduced ssl on for active tests only

This commit is contained in:
Omar Richardson
2020-11-19 12:58:38 +01:00
parent 4862831f71
commit 313f050c42
5 changed files with 10 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
"""Tests for the REST API."""
import json
import os
import re
import sys
import uuid
@@ -27,7 +28,7 @@ from .utils import async_requests
from .utils import auth_header
from .utils import find_user
ssl_enabled = os.environ.get('SSL_ENABLED', False)
# --------------------
# Authentication tests
# --------------------