File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ def jp_configurable_serverapp(
104
104
jp_server_config ,
105
105
jp_argv ,
106
106
jp_http_port ,
107
+ jp_base_url ,
107
108
tmp_path ,
108
109
jp_root_dir ,
109
110
io_loop ,
@@ -126,6 +127,7 @@ def my_test(jp_configurable_serverapp):
126
127
127
128
def _configurable_serverapp (
128
129
config = jp_server_config ,
130
+ base_url = jp_base_url ,
129
131
argv = jp_argv ,
130
132
environ = jp_environ ,
131
133
http_port = jp_http_port ,
@@ -218,7 +220,7 @@ def jp_auth_header(jp_serverapp):
218
220
@pytest .fixture
219
221
def jp_base_url ():
220
222
"""Returns the base url to use for the test."""
221
- return "/"
223
+ return "/a%40b/ "
222
224
223
225
224
226
@pytest .fixture
@@ -346,4 +348,3 @@ def inner(nbpath):
346
348
nbtext = nbformat .writes (nb , version = 4 )
347
349
nbpath .write_text (nbtext )
348
350
return inner
349
-
You can’t perform that action at this time.
0 commit comments