rename jsonrpc_comment_edit
-> jsonrpc_comment_update
This commit is contained in:
parent
fc2d9b4fd2
commit
2a7911c7d6
4 changed files with 11 additions and 11 deletions
scripts
|
@ -352,7 +352,7 @@ class Examples(CommandTestCase):
|
|||
|
||||
await r(
|
||||
'Edit the contents of a comment',
|
||||
'comment', 'edit', 'Where there was once sasquatch, there is not',
|
||||
'comment', 'update', 'Where there was once sasquatch, there is not',
|
||||
f'--comment_id={comment["comment_id"]}'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue