test_web.py: cosmetic, remove leftover trailing space

This commit is contained in:
Brian Warner 2007-12-14 02:06:09 -07:00
parent f6b2072af1
commit 7924f5ac21

View File

@ -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