Fix test_storage.WebStatus.test_no_server failure

This commit is contained in:
Sajith Sasidharan 2020-02-11 07:34:55 -05:00
parent b14f36082c
commit 2df2ae92d5

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):