Skip to content

Commit 89e483b

Browse files
Switch back to standard nightly build ZIP to avoid 404 error
1 parent 03533fa commit 89e483b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/core-update.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Feature: Update WordPress core
297297
Given a WP install
298298

299299
# May produce warnings if checksums cannot be retrieved.
300-
When I try `wp core upgrade --force http://wordpress.org/nightly-builds/wordpress-4.9-latest.zip`
300+
When I try `wp core upgrade --force http://wordpress.org/nightly-builds/wordpress-latest.zip`
301301
Then STDOUT should contain:
302302
"""
303303
Success:
@@ -308,7 +308,7 @@ Feature: Update WordPress core
308308
"""
309309

310310
# May produce warnings if checksums cannot be retrieved.
311-
When I try `wp core upgrade --force http://wordpress.org/nightly-builds/wordpress-4.9-latest.zip`
311+
When I try `wp core upgrade --force http://wordpress.org/nightly-builds/wordpress-latest.zip`
312312
Then STDOUT should contain:
313313
"""
314314
Success:

0 commit comments

Comments
 (0)