mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-05-31 14:50:52 +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
|
return self.connected
|
||||||
def get_version(self):
|
def get_version(self):
|
||||||
return {
|
return {
|
||||||
"application-version": ""
|
"application-version": "1.0"
|
||||||
}
|
}
|
||||||
def get_permutation_seed(self):
|
def get_permutation_seed(self):
|
||||||
return ""
|
return ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user