forked from LBRYCommunity/lbry-sdk
Updates api example generation for file_list
This commit is contained in:
parent
4637559c6e
commit
610f19bea1
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ class Examples(CommandTestCase):
|
|||
'List local files',
|
||||
'file', 'list'
|
||||
)
|
||||
file_list_result = file_list_result.get('items')
|
||||
file_uri = f"{file_list_result[0]['claim_name']}#{file_list_result[0]['claim_id']}"
|
||||
await r(
|
||||
'Resolve a claim',
|
||||
|
|
Loading…
Reference in a new issue