We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03445f2 commit 76510c3Copy full SHA for 76510c3
lib/Github/Api/Repository/Hooks.php
@@ -47,7 +47,7 @@ public function ping($username, $repository, $id)
47
48
public function test($username, $repository, $id)
49
{
50
- return $this->post('/repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/hooks/'.rawurlencode($id).'/test');
+ return $this->post('/repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/hooks/'.rawurlencode($id).'/tests');
51
}
52
53
public function remove($username, $repository, $id)
0 commit comments