Skip to content

Commit 268d4ae

Browse files
committed
Update behat-data URLs in tests
1 parent cb1523f commit 268d4ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/export.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,15 +918,15 @@ Feature: Export content.
918918
Then STDOUT should be a number
919919
And save STDOUT as {EXPORT_ATTACHMENT_POST_ID}
920920

921-
When I run `wp media import 'http://wp-cli.org/behat-data/codeispoetry.png' --post_id={EXPORT_ATTACHMENT_POST_ID} --porcelain`
921+
When I run `wp media import 'http://wp-cli.github.io/behat-data/codeispoetry.png' --post_id={EXPORT_ATTACHMENT_POST_ID} --porcelain`
922922
Then STDOUT should be a number
923923
And save STDOUT as {EXPORT_ATTACHMENT_ID}
924924

925925
When I run `wp post create --post_title='Post with attachment to ignore' --porcelain`
926926
Then STDOUT should be a number
927927
And save STDOUT as {IGNORE_ATTACHMENT_POST_ID}
928928

929-
When I run `wp media import 'http://wp-cli.org/behat-data/white-150-square.jpg' --post_id={IGNORE_ATTACHMENT_POST_ID} --porcelain`
929+
When I run `wp media import 'http://wp-cli.github.io/behat-data/white-150-square.jpg' --post_id={IGNORE_ATTACHMENT_POST_ID} --porcelain`
930930
Then STDOUT should be a number
931931
And save STDOUT as {IGNORE_ATTACHMENT_ID}
932932

0 commit comments

Comments
 (0)