Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Avoid time dependent test in user application password
  • Loading branch information
ernilambar committed Apr 29, 2024
commit a0c02d3fd4134c7c6ba4d1eb8170bc934be46d67
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