From 46ead8cd9db165a617da63e77d11a0b383d92a90 Mon Sep 17 00:00:00 2001 From: Rollin Thomas Date: Wed, 26 Aug 2020 21:43:16 -0700 Subject: [PATCH] Add display variable to tests --- jupyterhub/tests/test_api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jupyterhub/tests/test_api.py b/jupyterhub/tests/test_api.py index aedb4426..56697614 100644 --- a/jupyterhub/tests/test_api.py +++ b/jupyterhub/tests/test_api.py @@ -1514,6 +1514,7 @@ async def test_get_services(app, mockservice_url): 'prefix': mockservice.server.base_url, 'url': mockservice.url, 'info': {}, + 'display': True, } } @@ -1538,6 +1539,7 @@ async def test_get_service(app, mockservice_url): 'prefix': mockservice.server.base_url, 'url': mockservice.url, 'info': {}, + 'display': True, } r = await api_request(