Fix test to match real-world types.

This commit is contained in:
Itamar Turner-Trauring 2021-05-10 10:19:21 -04:00
parent 01baa13fca
commit 7c2f9e7d8c

View File

@ -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""