Skip to content

Commit a76bf06

Browse files
committed
fixed test
1 parent 1248389 commit a76bf06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ImagesBlacklistTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public function testPlainText()
77
$this->assertEmbed(
88
'https://github.com/oscarotero/Embed',
99
[
10-
'image' => 'https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif',
10+
'image' => 'https://assets-cdn.github.com/images/spinners/octocat-spinner-32-EAF2F5.gif',
1111
], [
1212
'adapter' => [
1313
'config' => [
@@ -25,7 +25,7 @@ public function testPlainUrlMatch()
2525
$this->assertEmbed(
2626
'https://github.com/oscarotero/Embed',
2727
[
28-
'image' => 'https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif',
28+
'image' => 'https://assets-cdn.github.com/images/spinners/octocat-spinner-32-EAF2F5.gif',
2929
], [
3030
'adapter' => [
3131
'config' => [

0 commit comments

Comments
 (0)