mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-23 06:37:15 +00:00
Merge pull request #126 from osagit/patch-2
fix: error message contains http protocol twice
This commit is contained in:
commit
bad3380db0
1 changed files with 1 additions and 1 deletions
|
@ -1354,7 +1354,7 @@ def test_ail_crawlers():
|
||||||
# # TODO: test regular domain
|
# # TODO: test regular domain
|
||||||
if not ping_splash_manager():
|
if not ping_splash_manager():
|
||||||
manager_url = get_splash_manager_url()
|
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)
|
print(error_message)
|
||||||
save_test_ail_crawlers_result(False, error_message)
|
save_test_ail_crawlers_result(False, error_message)
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in a new issue