diff --git a/src/allmydata/test/web/test_web.py b/src/allmydata/test/web/test_web.py index 5454703fc..5643c0c54 100644 --- a/src/allmydata/test/web/test_web.py +++ b/src/allmydata/test/web/test_web.py @@ -1815,6 +1815,7 @@ class Web(WebMixin, WebErrorMixin, testutil.StallMixin, testutil.ReallyEqualMixi #"largest-directory": 1590, "largest-directory-children": 8, "largest-immutable-file": 19, + "api-version": 1, } for k,v in expected.iteritems(): self.failUnlessReallyEqual(stats[k], v, @@ -4442,4 +4443,3 @@ class Web(WebMixin, WebErrorMixin, testutil.StallMixin, testutil.ReallyEqualMixi # doesn't reveal anything. This addresses #1720. d.addCallback(lambda e: self.assertEquals(str(e), "404 Not Found")) return d -