fix api doc script
This commit is contained in:
parent
7b86b3843f
commit
290a206012
2 changed files with 149 additions and 113 deletions
File diff suppressed because one or more lines are too long
|
@ -364,7 +364,7 @@ class Examples(CommandTestCase):
|
||||||
|
|
||||||
await r(
|
await r(
|
||||||
'Delete a blob',
|
'Delete a blob',
|
||||||
'blob', 'delete', f"{bloblist[0]}"
|
'blob', 'delete', f"{bloblist['items'][0]}"
|
||||||
)
|
)
|
||||||
|
|
||||||
# abandon all the things
|
# abandon all the things
|
||||||
|
|
Loading…
Reference in a new issue