diff --git a/jupyter_notebook/jstest.py b/jupyter_notebook/jstest.py index 27fc59d85b..adcfb40d6b 100644 --- a/jupyter_notebook/jstest.py +++ b/jupyter_notebook/jstest.py @@ -55,7 +55,7 @@ def popen_wait(p, timeout): have = {} have['casperjs'] = bool(which('casperjs')) -have['phantomjs'] = bool(which('slimerjs')) +have['phantomjs'] = bool(which('phantomjs')) have['slimerjs'] = bool(which('slimerjs')) class StreamCapturer(Thread):