diff --git a/features/media-import.feature b/features/media-import.feature index af17a2cb..831aad73 100644 --- a/features/media-import.feature +++ b/features/media-import.feature @@ -15,10 +15,10 @@ Feature: Manage WordPress attachments """ Scenario: Import media from remote URL with query string - When I run `wp media import 'http://via.placeholder.com/350x150.jpg?text=Foo'` + When I run `wp media import 'https://dummyimage.com/350x150/ffffff/000000?text=Foo'` Then STDOUT should contain: """ - Imported file 'http://via.placeholder.com/350x150.jpg?text=Foo' as attachment ID + Imported file 'https://dummyimage.com/350x150/ffffff/000000?text=Foo' as attachment ID """ And STDOUT should contain: """ @@ -268,4 +268,4 @@ Feature: Manage WordPress attachments Then STDERR should be: """ Error: Invalid value for : invalid. Expected flag or 'url'. - """ \ No newline at end of file + """