mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 22:07:51 +00:00
remove debug
This commit is contained in:
parent
489f4677c0
commit
bdd3531555
@ -219,7 +219,6 @@ def test_status(alice):
|
|||||||
if "Total Size: {}".format(len(FILE_CONTENTS)) in resp.content:
|
if "Total Size: {}".format(len(FILE_CONTENTS)) in resp.content:
|
||||||
found_upload = True
|
found_upload = True
|
||||||
elif href.startswith(u'down'):
|
elif href.startswith(u'down'):
|
||||||
print(href)
|
|
||||||
assert "File Download Status" in resp.content
|
assert "File Download Status" in resp.content
|
||||||
if "Total Size: {}".format(len(FILE_CONTENTS)) in resp.content:
|
if "Total Size: {}".format(len(FILE_CONTENTS)) in resp.content:
|
||||||
found_download = True
|
found_download = True
|
||||||
|
Loading…
Reference in New Issue
Block a user