mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
web test: get_version should use a version string
This commit is contained in:
parent
923363c0d6
commit
cd97f8519b
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user