Fix test_storage.WebStatus.test_no_server failure

This commit is contained in:
Sajith Sasidharan 2020-02-11 07:34:55 -05:00 committed by Sajith Sasidharan
parent 8dd4029428
commit 1be736e4d1

View File

@ -161,7 +161,7 @@ class StorageStatusElement(Element):
def storage_running(self, req, tag):
if self.storage:
return tag
return tag("No Storage Server Running")
return T.h1("No Storage Server Running")
@renderer
def lease_expiration_enabled(self, req, tag):