Skip to content

Commit fd71e9f

Browse files
committed
Fix import URL rewrite test using assume-https flag
1 parent a940749 commit fd71e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/import.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Feature: Import content.
391391

392392
When I run `wp option update home https://newsite.com/`
393393
And I run `wp option update siteurl https://newsite.com`
394-
And I run `wp import {EXPORT_FILE} --authors=skip --rewrite_urls`
394+
And I run `wp --assume-https import {EXPORT_FILE} --authors=skip --rewrite_urls`
395395
Then STDOUT should not be empty
396396

397397
When I run `wp post list --post_type=any --format=csv --fields=post_content`

0 commit comments

Comments
 (0)