mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Fix a test broken by the last commit.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
a622109a87
commit
f12ac3d94e
@ -211,7 +211,7 @@ class CreateNode(unittest.TestCase):
|
||||
self.failUnless(re.search(r"\n\[storage\]\n#.*\nenabled = true\n", content), content)
|
||||
self.failUnless("\nreserved_space = 1G\n" in content)
|
||||
|
||||
self.failUnless(re.search(r"\n\[drop_upload\]\n#.*\nenabled = false\n", content), content)
|
||||
self.failUnless(re.search(r"\n\[magic_folder\]\n#.*\n#enabled = false\n", content), content)
|
||||
|
||||
# creating the node a second time should be rejected
|
||||
rc, out, err = self.run_tahoe(argv)
|
||||
|
Loading…
Reference in New Issue
Block a user