Skip to content

Commit 0e4b0e9

Browse files
committed
Adapt test to pull dev-main
1 parent 1d6d469 commit 0e4b0e9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

features/requests.feature

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Feature: Requests integration with both v1 and v2
125125
"johnpbloch/wordpress": "6.1"
126126
},
127127
"require-dev": {
128-
"wp-cli/wp-cli-bundle": "^2.8.0"
128+
"wp-cli/wp-cli-bundle": "dev-main as 2.8.1"
129129
},
130130
"config": {
131131
"allow-plugins": {
@@ -145,12 +145,6 @@ Feature: Requests integration with both v1 and v2
145145
require __DIR__ . "/../vendor/autoload.php";
146146
"""
147147

148-
When I run `vendor/bin/wp cli version`
149-
Then STDOUT should contain:
150-
"""
151-
WP-CLI 2.8
152-
"""
153-
154148
When I run `vendor/bin/wp config create --dbname={DB_NAME} --dbuser={DB_USER} --dbpass={DB_PASSWORD} --dbhost={DB_HOST} --extra-php < extra-config.php`
155149
Then STDOUT should be:
156150
"""

0 commit comments

Comments
 (0)