Skip to content

Commit d5642ec

Browse files
committed
Add behat test for ids format for user application password list command
1 parent 633419a commit d5642ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

features/user-application-password.feature

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,12 @@ Feature: Manage user custom fields
244244
myapp2
245245
"""
246246

247+
When I run `wp user application-password list 1 --format=ids --orderby=created --order=asc`
248+
Then STDOUT should be:
249+
"""
250+
{UUID1} {UUID2}
251+
"""
252+
247253
@require-wp-5.6
248254
Scenario: Get particular user application password hash
249255
Given a WP install

0 commit comments

Comments
 (0)