Skip to content

Commit 1554e16

Browse files
authored
Merge pull request #6091 from wp-cli/fix/duplicate-post-test-failures
2 parents 094696b + facd817 commit 1554e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/requests.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Feature: Requests integration with both v1 and v2
7171
"""
7272
And STDERR should be empty
7373

74-
When I run `wp plugin install duplicate-post`
74+
When I run `wp plugin install debug-bar`
7575
Then STDOUT should contain:
7676
"""
7777
Success: Installed 1 of 1 plugins.
@@ -102,7 +102,7 @@ Feature: Requests integration with both v1 and v2
102102
"""
103103
And STDERR should be empty
104104

105-
When I run `wp plugin install duplicate-post`
105+
When I run `wp plugin install debug-bar`
106106
Then STDOUT should contain:
107107
"""
108108
Success: Installed 1 of 1 plugins.

0 commit comments

Comments
 (0)