We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976fbab commit 87b37b4Copy full SHA for 87b37b4
tests/base-notebook/test_healthcheck.py
@@ -82,7 +82,10 @@ def test_healthy(
82
"env,cmd,user",
83
[
84
(
85
- ["HTTPS_PROXY=host.docker.internal", "HTTP_PROXY=host.docker.internal"],
+ [
86
+ "HTTPS_PROXY=https://host.docker.internal",
87
+ "HTTP_PROXY=http://host.docker.internal",
88
+ ],
89
None,
90
91
),
@@ -91,8 +94,8 @@ def test_healthy(
94
"NB_USER=testuser",
92
95
"CHOWN_HOME=1",
93
96
"JUPYTER_PORT=8123",
- "HTTPS_PROXY=host.docker.internal",
- "HTTP_PROXY=host.docker.internal",
97
98
99
],
100
["start-notebook.py", "--ServerApp.base_url=/test"],
101
"root",
0 commit comments