Skip to content

Commit

Permalink
Merge pull request #94 from wp-cli/fix/use-https-example-com
Browse files Browse the repository at this point in the history
Adapt feature test to use HTTPS with example.com
  • Loading branch information
schlessera authored Dec 13, 2021
2 parents c43d66c + c403b91 commit 8dd137e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/export.feature
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,11 @@ Feature: Export content.
When I run `wp user delete {JOHN_USER_ID} {JANE_USER_ID} --yes`
Then STDOUT should contain:
"""
Success: Removed user {JOHN_USER_ID} from http://example.com.
Success: Removed user {JOHN_USER_ID} from https://example.com.
"""
And STDOUT should contain:
"""
Success: Removed user {JANE_USER_ID} from http://example.com.
Success: Removed user {JANE_USER_ID} from https://example.com.
"""

When I run `wp post list --post_type=post --format=count`
Expand Down

0 comments on commit 8dd137e

Please sign in to comment.