This commit is contained in:
Artur Barseghyan 2016-12-13 01:44:00 +01:00
parent efbd4b267e
commit 96ca5d2da9

View file

@ -78,7 +78,7 @@ class BaseFobiBrowserBuldDynamicFormsTest(LiveServerTestCase):
# cls.selenium = WebDriver()
firefox_bin_path = getattr(settings, 'FIREFOX_BIN_PATH', None)
phantom_js_executable_path = getattr(
settings, 'PHANTOM_JS_EXECUTABLE_PATH', False
settings, 'PHANTOM_JS_EXECUTABLE_PATH', None
)
if phantom_js_executable_path is not None:
if phantom_js_executable_path: