Web test_status tests pass on Python 3.

This commit is contained in:
Itamar Turner-Trauring 2020-12-17 09:54:04 -05:00
parent 9b59e7e245
commit 3ac64e42f7

View File

@ -127,7 +127,7 @@ class FakeUploader(service.Service):
def build_one_ds():
ds = DownloadStatus("storage_index", 1234)
ds = DownloadStatus(b"storage_index", 1234)
now = time.time()
serverA = StubServer(hashutil.tagged_hash(b"foo", b"serverid_a")[:20])