Commit 25f9206
authored
bug #915 Fix call to test a webhook method (morrislaptop)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
See renamed URL in the note at https://docs.github.com/en/rest/reference/repos#test-the-push-repository-webhook
Using old URL gives an error "Resource not accessible by integration"
Commits
-------
76510c3 Fix webhook test function
7c0c814 Update HooksTest.php1 parent 88f8273 commit 25f9206
File tree
2 files changed
+2
-2
lines changed- lib/Github/Api/Repository
- test/Github/Tests/Api/Repository
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments