mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-18 17:00:24 +00:00
Fix a test broken by the last commit.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
d0515a7427
commit
fffdd64ab5
@ -265,7 +265,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…
x
Reference in New Issue
Block a user