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 0b6bb05 commit 456ef85Copy full SHA for 456ef85
github/repos_codeowners_test.go
@@ -82,6 +82,7 @@ func TestRepositoriesService_GetCodeownersErrors_specificRef(t *testing.T) {
82
mux.HandleFunc("/repos/o/r/codeowners/errors", func(w http.ResponseWriter, r *http.Request) {
83
testMethod(t, r, "GET")
84
testHeader(t, r, "Accept", mediaTypeV3)
85
+ testFormValues(t, r, values{"ref": "mybranch"})
86
fmt.Fprint(w, `{
87
"errors": [
88
{
0 commit comments