File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments