rapidvideo: actualizado test_video_exists

This commit is contained in:
Intel1
2017-10-28 11:26:08 -05:00
committed by GitHub
parent fc58c717eb
commit ae7a4a8d83

View File

@@ -23,6 +23,8 @@ def test_video_exists(page_url):
if "Object not found" in response.data:
return False, "[Rapidvideo] El archivo no existe o ha sido borrado"
if reponse.code == 500:
return False, "[Rapidvideo] Error de servidor, inténtelo más tarde."
return True, ""