Skip to content

Commit

Permalink
test: update external image test to use other placeholder service
Browse files Browse the repository at this point in the history
 placekitten.com seems to fail at the moment so lets switch to another one.
  • Loading branch information
Levdbas committed Mar 13, 2024
1 parent 8a98146 commit 15fdc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-external-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function testExternalImageWithExternalUrl()

public function testExternalImageWithExternalUrlAndNoImageExtension()
{
$file = 'https://placekitten.com/222/333';
$file = 'https://via.placeholder.com/640x360';
$filename = basename(Timber\ImageHelper::get_sideloaded_file_loc($file));
$this->delete_existing_sideloaded_image($file);

Expand Down

0 comments on commit 15fdc38

Please sign in to comment.