mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
test_web.py: oops, fix syntax error caused by removing comments
This commit is contained in:
parent
6aff425fd2
commit
8de93635af
@ -851,7 +851,7 @@ class Web(unittest.TestCase):
|
||||
d.addCallback(_check)
|
||||
return d
|
||||
|
||||
def test_POST_mkdir(self):, return value?
|
||||
def test_POST_mkdir(self): # return value?
|
||||
d = self.POST("/vdrive/global/foo", t="mkdir", name="newdir")
|
||||
def _check(res):
|
||||
self.failUnless("newdir" in self._foo_node.children)
|
||||
|
Loading…
Reference in New Issue
Block a user