Skip to content

Commit

Permalink
Avoid time dependent test in user application password
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Apr 29, 2024
1 parent 8b19b7d commit a0c02d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/user-application-password.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a0c02d3

Please sign in to comment.