We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c6320 commit 84b9924Copy full SHA for 84b9924
1 file changed
tests/mocks.py
@@ -126,7 +126,7 @@ def rebro_weebly_mock(url, request):
126
127
@urlmatch(netloc=r'(.*\.)?www.samair.ru')
128
def samair_mock(url, request):
129
- return """<table id="proxylist">\n
+ return """<div id="proxylist">\n
130
<tr class="list_sorted">\n
131
<th><a href="http://samair.ru/proxy/ip-address-01.htm"
132
title="Proxy List sorted by ip address">IP address</a></th>
@@ -166,4 +166,4 @@ def samair_mock(url, request):
166
<td>OVH Hosting</td>
167
</tr>
168
\n
169
-</table>"""
+</div>"""
0 commit comments