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 4b9ce14 commit 7fbf491Copy full SHA for 7fbf491
nbresuse/tests/test_basic.py
@@ -25,7 +25,7 @@ def test_import_serverextension(self):
25
26
# mock a notebook app
27
nbapp_mock = MagicMock()
28
- nbapp_mock.web_app.settings = {}
+ nbapp_mock.web_app.settings = {"base_url": ""}
29
30
# mock these out for unit test
31
with patch("tornado.ioloop.PeriodicCallback") as periodic_callback_mock, patch(
0 commit comments