Skip to content

Commit 84b9924

Browse files
author
pgaref
committed
Fixing Samair mock tests
1 parent 76c6320 commit 84b9924

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/mocks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def rebro_weebly_mock(url, request):
126126

127127
@urlmatch(netloc=r'(.*\.)?www.samair.ru')
128128
def samair_mock(url, request):
129-
return """<table id="proxylist">\n
129+
return """<div id="proxylist">\n
130130
<tr class="list_sorted">\n
131131
<th><a href="http://samair.ru/proxy/ip-address-01.htm"
132132
title="Proxy List sorted by ip address">IP address</a></th>
@@ -166,4 +166,4 @@ def samair_mock(url, request):
166166
<td>OVH Hosting</td>
167167
</tr>
168168
\n
169-
</table>"""
169+
</div>"""

0 commit comments

Comments
 (0)