From: Brian Warner <warner@lothar.com>
Date: Thu, 13 Oct 2011 16:37:13 +0000 (-0700)
Subject: oops, missed a test failure
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/frontends/wapi.txt?a=commitdiff_plain;h=11ce612589cefd1f1d9df42ef32cf6a46e8788e8;p=tahoe-lafs%2Ftahoe-lafs.git

oops, missed a test failure
---

diff --git a/src/allmydata/test/test_web.py b/src/allmydata/test/test_web.py
index b2464a6a..eedee422 100644
--- a/src/allmydata/test/test_web.py
+++ b/src/allmydata/test/test_web.py
@@ -173,7 +173,7 @@ class FakeClient(Client):
         self.blacklist = None
         self.nodemaker = FakeNodeMaker(None, self._secret_holder, None,
                                        self.uploader, None,
-                                       None, None)
+                                       None, None, None)
         self.mutable_file_default = SDMF_VERSION
 
     def startService(self):