mirror of
https://ghproxy.net/https://github.com/wp-cli/entity-command.git
synced 2025-10-04 04:13:43 +08:00
Merge pull request #499 from ernilambar/refine-app-password-test
This commit is contained in:
commit
8110a596db
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ Feature: Manage user custom fields
|
|||
myapp2
|
||||
"""
|
||||
|
||||
When I run `wp user application-password list 1 --format=ids --orderby=created --order=asc`
|
||||
When I run `wp user application-password list 1 --format=ids --orderby=name --order=asc`
|
||||
Then STDOUT should be:
|
||||
"""
|
||||
{UUID1} {UUID2}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue