add file_save integration tests

This commit is contained in:
Jack Robison 2019-04-18 15:48:02 -04:00
parent 3a997277aa
commit 35479dcbd2
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
2 changed files with 26 additions and 0 deletions

View file

@ -325,6 +325,11 @@ class Examples(CommandTestCase):
'get', file_uri
)
await r(
'Save a file to the downloads directory',
'file', 'save', f"--sd_hash=\"{file_list_result[0]['sd_hash']}\""
)
# blobs
bloblist = await r(