From 3d167f43b019a13738f4e082c3c33f8f9ea82bbb Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 30 Aug 2023 13:14:00 +0200 Subject: [PATCH] Replace usage of `via.placeholder.com` (#183) * Replace usage of `via.placeholder.com` * Use different URL format --- features/media-import.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/media-import.feature b/features/media-import.feature index af17a2cb..1c9e4045 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.jpg?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.jpg?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 + """