mirror of https://github.com/CIRCL/AIL-framework
fix: error message contains http protocol twice
Error Can't connect to AIL Splash Manager, http://https://localhost:7001/pull/586/head
parent
57a69fa1f4
commit
fc2c3ea08f
|
@ -1354,7 +1354,7 @@ def test_ail_crawlers():
|
|||
# # TODO: test regular domain
|
||||
if not ping_splash_manager():
|
||||
manager_url = get_splash_manager_url()
|
||||
error_message = f'Error: Can\'t connect to AIL Splash Manager, http://{manager_url}'
|
||||
error_message = f'Error: Can\'t connect to AIL Splash Manager, {manager_url}'
|
||||
print(error_message)
|
||||
save_test_ail_crawlers_result(False, error_message)
|
||||
return False
|
||||
|
|
Loading…
Reference in New Issue