From d4b4cd8ab8f88d6695c31d4bc9cfd644fb55e293 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 23 Oct 2008 16:32:02 -0700 Subject: [PATCH] test_system: update test to match web checker results --- src/allmydata/test/test_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py index 1bc671dd..2080b381 100644 --- a/src/allmydata/test/test_system.py +++ b/src/allmydata/test/test_system.py @@ -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("
Healthy!
" in out, out) + self.failUnless("Healthy!" 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) -- 2.45.2