mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-26 13:59:59 +00:00
fix typo introduced during rebasing of 'remove get_serverid from
DownloadStatus.add_dyhb_request and customers' patch, to fix test failure.
This commit is contained in:
parent
6b2e798595
commit
294dc5d0c7
@ -86,7 +86,7 @@ def build_one_ds():
|
|||||||
now = time.time()
|
now = time.time()
|
||||||
|
|
||||||
serverA = FakeIServer(hashutil.tagged_hash("foo", "serverid_a")[:20])
|
serverA = FakeIServer(hashutil.tagged_hash("foo", "serverid_a")[:20])
|
||||||
serverB = FakeIServer(hashutil.tagged_hash("foo", "serverid_a")[:20])
|
serverB = FakeIServer(hashutil.tagged_hash("foo", "serverid_b")[:20])
|
||||||
storage_index = hashutil.storage_index_hash("SI")
|
storage_index = hashutil.storage_index_hash("SI")
|
||||||
e0 = ds.add_segment_request(0, now)
|
e0 = ds.add_segment_request(0, now)
|
||||||
e0.activate(now+0.5)
|
e0.activate(now+0.5)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user