mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
upload() needs the actual alice fixture
This commit is contained in:
parent
e3f30d8e58
commit
8ec7f5485a
@ -41,7 +41,7 @@ async def test_capability(reactor, request, alice, case, expected):
|
||||
reactor, (1, case.params.required, case.params.total), case.convergence, case.segment_size)
|
||||
|
||||
# upload data in the correct format
|
||||
actual = upload(alice.process, case.fmt, case.data)
|
||||
actual = upload(alice, case.fmt, case.data)
|
||||
|
||||
# compare the resulting cap to the expected result
|
||||
assert actual == expected
|
||||
|
Loading…
Reference in New Issue
Block a user