Skip to content

Commit

Permalink
Fix test when user add-role fails due to no roles
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnhooper committed Nov 10, 2023
1 parent 19b1005 commit 63d1389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/user.feature
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Feature: Manage WordPress users
Scenario: Managing user roles
Given a WP install

When I run `wp user add-role 1`
When I try `wp user add-role 1`
Then the return code should be 1
And STDERR should be:
"""
Expand Down

0 comments on commit 63d1389

Please sign in to comment.