Merge pull request #126 from osagit/patch-2

fix: error message contains http protocol twice
pull/586/head
Thirion Aurélien 2021-09-07 12:01:55 +02:00 committed by GitHub
commit bad3380db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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