We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a940749 commit fd71e9fCopy full SHA for fd71e9f
features/import.feature
@@ -391,7 +391,7 @@ Feature: Import content.
391
392
When I run `wp option update home https://newsite.com/`
393
And I run `wp option update siteurl https://newsite.com`
394
- And I run `wp import {EXPORT_FILE} --authors=skip --rewrite_urls`
+ And I run `wp --assume-https import {EXPORT_FILE} --authors=skip --rewrite_urls`
395
Then STDOUT should not be empty
396
397
When I run `wp post list --post_type=any --format=csv --fields=post_content`
0 commit comments