mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-24 15:25:25 -04:00
fix test
This commit is contained in:
parent
404dfe568c
commit
3a380cc91e
2 changed files with 5 additions and 5 deletions
|
@ -185,7 +185,7 @@ class TestClass(object):
|
|||
|
||||
upload = UploadInfo(event.url, event.key, event.iv, event.hashes)
|
||||
|
||||
panstore.save_upload(event.url)
|
||||
panstore.save_upload(event.url, {"key": event.key, "iv": event.iv, "hashes": event.hashes})
|
||||
|
||||
upload_cache = panstore.load_upload(event.url)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue