Skip to content

Commit 89e1653

Browse files
authored
Merge pull request #197 from wp-cli/fix-tests
2 parents d908c57 + 999e18f commit 89e1653

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/search-replace-export.feature

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Feature: Search / replace with file export
1414
"""
1515
And STDOUT should contain:
1616
"""
17-
('1', 'siteurl', 'https://example.net',
17+
'siteurl', 'https://example.net',
1818
"""
1919

2020
When I run `wp option get home`
@@ -54,13 +54,13 @@ Feature: Search / replace with file export
5454
"""
5555
And STDOUT should contain:
5656
"""
57-
('1', 'siteurl', 'https://example.com'
57+
'siteurl', 'https://example.com'
5858
"""
5959

6060
When I run `wp search-replace example.com example.net --skip-columns=option_value --export --export_insert_size=1`
6161
Then STDOUT should contain:
6262
"""
63-
('1', 'siteurl', 'https://example.com'
63+
'siteurl', 'https://example.com'
6464
"""
6565
And STDOUT should contain:
6666
"""

0 commit comments

Comments
 (0)