add file_save integration tests
This commit is contained in:
parent
3a997277aa
commit
35479dcbd2
2 changed files with 26 additions and 0 deletions
scripts
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue