mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
remove duplicate request
This commit is contained in:
parent
05def35c26
commit
44cc42351f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user