1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 08:04:49 +01:00

test case tweak

This commit is contained in:
Ilya Kreymer 2015-03-27 08:56:43 -07:00
parent 41487dd9d4
commit d2be90d4a1

View File

@ -100,11 +100,11 @@ NotFoundException: No Captures found for: http://aaa.aaa/
>>> zip_ops_test(url='http://aaa.aaa/', matchType='domain', showPagedIndex=True)
Traceback (most recent call last):
NotFoundException: No Captures found for: http://aaa.aaa/
NotFoundException: No Captures found for: http://aaa.aaa/ (domain query)
>>> zip_ops_test(url='http://aaa.zz/', matchType='domain', showPagedIndex=True)
Traceback (most recent call last):
NotFoundException: No Captures found for: http://aaa.zz/
NotFoundException: No Captures found for: http://aaa.zz/ (domain query)
"""