Commented accidentally uncommented line

pull/8/head
Dylan DiGeronimo 2020-04-18 17:37:56 -04:00
parent daf14a23ee
commit 2fe63010cc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from bs4 import BeautifulSoup
# page = BeautifulSoup(res.data, 'html.parser')
# Test that an unsuccessful full text search returns to the home screen
def test_unsuccessful_full_text_search(client):
# def test_unsuccessful_full_text_search(client):
# res = client.get("/?type=ft&term=blahblahblahblahblahblah")
# assert res.status_code == 200
# result_page = BeautifulSoup(res.data, 'html.parser')