mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-19 08:16:19 +00:00
Fix test to match real-world types.
This commit is contained in:
parent
01baa13fca
commit
7c2f9e7d8c
@ -218,7 +218,7 @@ class FakeDisplayableServer(StubServer): # type: ignore # tahoe-lafs/ticket/35
|
||||
return self.connected
|
||||
def get_version(self):
|
||||
return {
|
||||
"application-version": "1.0"
|
||||
b"application-version": b"1.0"
|
||||
}
|
||||
def get_permutation_seed(self):
|
||||
return b""
|
||||
|
Loading…
x
Reference in New Issue
Block a user