mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 14:22:25 +00:00
test_web.py: cosmetic, remove leftover trailing space
This commit is contained in:
parent
f6b2072af1
commit
7924f5ac21
@ -911,7 +911,7 @@ class Web(WebMixin, unittest.TestCase):
|
|||||||
return d
|
return d
|
||||||
|
|
||||||
def test_POST_upload_no_link_whendone(self):
|
def test_POST_upload_no_link_whendone(self):
|
||||||
d = self.POST("/uri/", t="upload", when_done="/",
|
d = self.POST("/uri/", t="upload", when_done="/",
|
||||||
file=("new.txt", self.NEWFILE_CONTENTS))
|
file=("new.txt", self.NEWFILE_CONTENTS))
|
||||||
d.addBoth(self.shouldRedirect, "/")
|
d.addBoth(self.shouldRedirect, "/")
|
||||||
# XXX Test that resulting welcome page has a "most recent
|
# XXX Test that resulting welcome page has a "most recent
|
||||||
|
Loading…
Reference in New Issue
Block a user