Skip to content

Commit f4e34dc

Browse files
committed
Merge pull request #103 from zyuhel/patch-1
Fixing instagram tests
2 parents 32d1388 + c15c5c7 commit f4e34dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/InstagramTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function testHttp()
1212
'imageHeight' => 640,
1313
'type' => 'rich',
1414
'authorName' => 'agarzoniu',
15-
'authorUrl' => 'https://instagram.com/agarzoniu',
15+
'authorUrl' => 'https://www.instagram.com/agarzoniu',
1616
'providerName' => 'Instagram',
1717
]
1818
);
@@ -28,7 +28,7 @@ public function testHttps()
2828
'imageHeight' => 640,
2929
'type' => 'rich',
3030
'authorName' => 'agarzoniu',
31-
'authorUrl' => 'https://instagram.com/agarzoniu',
31+
'authorUrl' => 'https://www.instagram.com/agarzoniu',
3232
'providerName' => 'Instagram',
3333
]
3434
);

0 commit comments

Comments
 (0)