mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Web test_status tests pass on Python 3.
This commit is contained in:
parent
9b59e7e245
commit
3ac64e42f7
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user