mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 06:42:26 +00:00
test_system: update test to match web checker results
This commit is contained in:
parent
066aedcfa1
commit
d4b4cd8ab8
@ -1746,7 +1746,7 @@ class MutableChecker(SystemTestMixin, unittest.TestCase, WebErrorMixin):
|
||||
return getPage(url, method="POST")
|
||||
d.addCallback(_do_check)
|
||||
def _got_results(out):
|
||||
self.failUnless("<div>Healthy!</div>" in out, out)
|
||||
self.failUnless("<span>Healthy!</span>" in out, out)
|
||||
self.failUnless("Recoverable Versions: 10*seq1-" in out, out)
|
||||
self.failIf("Not Healthy!" in out, out)
|
||||
self.failIf("Unhealthy" in out, out)
|
||||
|
Loading…
Reference in New Issue
Block a user