Skip to content

Commit f937d6a

Browse files
authored
Update features/package-install.feature
1 parent 0b70a31 commit f937d6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/package-install.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ Feature: Install WP-CLI packages
12701270
# Try to install from a repository that requires authentication
12711271
# With --no-interaction and GIT_TERMINAL_PROMPT=0, Git will fail immediately
12721272
# instead of prompting for credentials
1273-
When I try `wp package install git@github.com:wp-cli-private-test/authentication-required.git --no-interaction`
1273+
When I try `wp package install git@github.com:wp-cli/wp-cli-private-test.git --no-interaction`
12741274
Then the return code should be 1
12751275
# The command should fail fast without hanging
12761276
And STDERR should contain:

0 commit comments

Comments
 (0)