From: Brian Warner Date: Fri, 14 Dec 2007 09:06:09 +0000 (-0700) Subject: test_web.py: cosmetic, remove leftover trailing space X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=7924f5ac21be2f96f9355092be3680739a789289;p=tahoe-lafs%2Ftahoe-lafs.git test_web.py: cosmetic, remove leftover trailing space --- diff --git a/src/allmydata/test/test_web.py b/src/allmydata/test/test_web.py index 50623334..5a677157 100644 --- a/src/allmydata/test/test_web.py +++ b/src/allmydata/test/test_web.py @@ -911,7 +911,7 @@ class Web(WebMixin, unittest.TestCase): return d 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)) d.addBoth(self.shouldRedirect, "/") # XXX Test that resulting welcome page has a "most recent