Skip to content

Commit 6959e47

Browse files
authored
Fix test_jupyterlab_lsp.py
1 parent 94461fa commit 6959e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_jupyterlab_lsp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ def test_serverextension(self):
2828
found_lsp = True
2929

3030
self.assertTrue(found_lsp, "didn't install the /lsp/ route")
31-
os.kill(app.server_info()['pid'], 9)
31+
app.stop()

0 commit comments

Comments
 (0)