Skip to content

Commit 8592103

Browse files
committed
Fix wrong request
1 parent 5532f80 commit 8592103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/Api/GistsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function shouldListGistForks()
103103

104104
$api = $this->getApiMock();
105105
$api->expects($this->once())
106-
->method('post')
106+
->method('get')
107107
->with('gists/123/forks')
108108
->will($this->returnValue($expectedArray));
109109

0 commit comments

Comments
 (0)