web test: get_version should use a version string

This commit is contained in:
David Stainton 2017-02-23 00:50:53 +00:00 committed by Jean-Paul Calderone
parent 923363c0d6
commit cd97f8519b

View File

@ -191,7 +191,7 @@ class FakeDisplayableServer(StubServer):
return self.connected
def get_version(self):
return {
"application-version": ""
"application-version": "1.0"
}
def get_permutation_seed(self):
return ""