Small var fix in testing search results

pull/9/head
Ben Busby 4 years ago
parent 22381d6991
commit ab59682cad

@ -7,7 +7,7 @@ from test.conftest import client
def get_search_results(data):
soup = Filter().clean(BeautifulSoup(rv.data, 'html.parser'))
soup = Filter().clean(BeautifulSoup(data, 'html.parser'))
main_divs = soup.find('div', {'id': 'main'})
assert len(main_divs) > 1

Loading…
Cancel
Save