Skip to content

Commit 76510c3

Browse files
authored
1 parent 03445f2 commit 76510c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/Repository/Hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function ping($username, $repository, $id)
4747

4848
public function test($username, $repository, $id)
4949
{
50-
return $this->post('/repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/hooks/'.rawurlencode($id).'/test');
50+
return $this->post('/repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/hooks/'.rawurlencode($id).'/tests');
5151
}
5252

5353
public function remove($username, $repository, $id)

0 commit comments

Comments
 (0)