Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit f808ceb

Browse files
committed
:octocat: Flickr test fix
1 parent c4a6cd3 commit f808ceb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/Flickr/FlickrTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,12 @@ class FlickrTest extends OAuth1ProviderTest{
2222

2323
protected $FQN = Flickr::class;
2424

25+
protected function setUp():void{
26+
27+
// the Flickr client does not add a path, so "/request" is missing
28+
$this->responses['/oauth1/api'] = '{"data":"such data! much wow!"}';
29+
30+
parent::setUp();
31+
}
32+
2533
}

0 commit comments

Comments
 (0)