fix: error message contains http protocol twice

Error Can't connect to AIL Splash Manager, http://https://localhost:7001/
pull/586/head
osagit 2021-09-07 11:57:17 +02:00 committed by GitHub
parent 57a69fa1f4
commit fc2c3ea08f
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