Skip to content

Commit fa8d791

Browse files
authored
Update behat-data URLs in tests (#612)
1 parent 50cf8fc commit fa8d791

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/site-empty.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Feature: Empty a WordPress site of its data
66
And I run `wp option update uploads_use_yearmonth_folders 0`
77
And download:
88
| path | url |
9-
| {CACHE_DIR}/large-image.jpg | http://wp-cli.org/behat-data/large-image.jpg |
9+
| {CACHE_DIR}/large-image.jpg | http://wp-cli.github.io/behat-data/large-image.jpg |
1010
And a insert_link_data.sql file:
1111
"""
1212
INSERT INTO `wp_links` (`link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_rel`, `link_notes`, `link_rss`)
@@ -107,7 +107,7 @@ Feature: Empty a WordPress site of its data
107107
And I run `wp --url=example.com/foo option update uploads_use_yearmonth_folders 0`
108108
And download:
109109
| path | url |
110-
| {CACHE_DIR}/large-image.jpg | http://wp-cli.org/behat-data/large-image.jpg |
110+
| {CACHE_DIR}/large-image.jpg | http://wp-cli.github.io/behat-data/large-image.jpg |
111111

112112
When I run `wp --url=example.com/foo media import {CACHE_DIR}/large-image.jpg --post_id=1`
113113
Then the wp-content/uploads/sites/2/large-image.jpg file should exist

0 commit comments

Comments
 (0)