Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix failing test
  • Loading branch information
swissspidy committed Apr 5, 2024
commit 10bc4662d8dd6dc5e14d8557d711fc26c0058719
4 changes: 2 additions & 2 deletions features/package-install.feature
Original file line number Diff line number Diff line change
Expand Up @@ -1063,9 +1063,9 @@ Feature: Install WP-CLI packages

When I try `wp package install https://example.com/non-existent-zip-asdfasdf.zip`
Then the return code should be 1
And STDERR should be:
And STDERR should cintain:
"""
Error: Couldn't download package from 'https://example.com/non-existent-zip-asdfasdf.zip' (HTTP code 404).
Error: Couldn't download package from 'https://example.com/non-existent-zip-asdfasdf.zip'
"""
And STDOUT should be empty

Expand Down