mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-11 12:03:00 +00:00
Reduced ssl on for active tests only
This commit is contained in:
@@ -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
|
||||
# --------------------
|
||||
|
Reference in New Issue
Block a user