Central internal_ssl switch

This commit is contained in:
Omar Richardson
2020-11-20 15:27:50 +01:00
parent 09ff03ca4f
commit 0472ef0533
4 changed files with 3 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
"""Tests for the REST API."""
import json
import os
import re
import sys
import uuid
@@ -28,7 +27,6 @@ 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
# --------------------