Skip to content

Commit 59d22d3

Browse files
committed
Fix the build
1 parent 6532da4 commit 59d22d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/core-download.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Feature: Download WordPress
340340
Scenario: Core download without the wp-content dir should work non US locale
341341
Given an empty directory
342342

343-
When I run `wp core download --skip-content --locale=nl_NL`
343+
When I run `wp core download --skip-content --version=4.9.11 --locale=nl_NL`
344344
Then STDOUT should contain:
345345
"""
346346
Success: WordPress downloaded.

0 commit comments

Comments
 (0)