mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-23 06:37:15 +00:00
fix: error message contains http protocol twice
Error Can't connect to AIL Splash Manager, http://https://localhost:7001/
This commit is contained in:
parent
57a69fa1f4
commit
fc2c3ea08f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue