mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-19 01:51:07 +00:00
fix
This commit is contained in:
parent
efbd4b267e
commit
96ca5d2da9
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue