remove duplicate request

This commit is contained in:
Jean-Paul Calderone 2020-09-25 09:32:06 -04:00
parent 05def35c26
commit 44cc42351f

View File

@ -125,8 +125,6 @@ class IntroducerWeb(unittest.TestCase):
url = "http://localhost:%d/" % (ws.getPortnum(),)
res = yield do_http("get", url)
soup = BeautifulSoup(res, 'html5lib')
res = yield do_http("get", url)
soup = BeautifulSoup(res, 'html5lib')
assert_soup_has_text(
self,
soup,