Skip to content

Commit

Permalink
Merge pull request #197 from wp-cli/fix-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Jun 28, 2024
2 parents d908c57 + 999e18f commit 89e1653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/search-replace-export.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Feature: Search / replace with file export
"""
And STDOUT should contain:
"""
('1', 'siteurl', 'https://example.net',
'siteurl', 'https://example.net',
"""

When I run `wp option get home`
Expand Down Expand Up @@ -54,13 +54,13 @@ Feature: Search / replace with file export
"""
And STDOUT should contain:
"""
('1', 'siteurl', 'https://example.com'
'siteurl', 'https://example.com'
"""

When I run `wp search-replace example.com example.net --skip-columns=option_value --export --export_insert_size=1`
Then STDOUT should contain:
"""
('1', 'siteurl', 'https://example.com'
'siteurl', 'https://example.com'
"""
And STDOUT should contain:
"""
Expand Down

0 comments on commit 89e1653

Please sign in to comment.