mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00

apologies to anyone finding this commit via git blame or log run the autoformatting by pre-commit run --all-files
7 lines
203 B
Python
7 lines
203 B
Python
"""Tests for the SSL enabled REST API."""
|
|
# Copyright (c) Jupyter Development Team.
|
|
# Distributed under the terms of the Modified BSD License.
|
|
from jupyterhub.tests.test_api import *
|
|
|
|
ssl_enabled = True
|