test with /api/spec.yaml

because /api/status is currently broken in jupyter_server
This commit is contained in:
Min RK
2020-07-31 12:44:42 +02:00
parent 028e0b0b77
commit 62ef5ca2fe

View File

@@ -403,7 +403,7 @@ class StubSingleUserSpawner(MockSpawner):
- authenticated, so we are testing auth - authenticated, so we are testing auth
- always available (i.e. in base ServerApp and NotebookApp - always available (i.e. in base ServerApp and NotebookApp
""" """
return "/api/status" return "/api/spec.yaml"
_thread = None _thread = None