Skip to content

Commit 456ef85

Browse files
committed
Test form values
1 parent 0b6bb05 commit 456ef85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github/repos_codeowners_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ func TestRepositoriesService_GetCodeownersErrors_specificRef(t *testing.T) {
8282
mux.HandleFunc("/repos/o/r/codeowners/errors", func(w http.ResponseWriter, r *http.Request) {
8383
testMethod(t, r, "GET")
8484
testHeader(t, r, "Accept", mediaTypeV3)
85+
testFormValues(t, r, values{"ref": "mybranch"})
8586
fmt.Fprint(w, `{
8687
"errors": [
8788
{

0 commit comments

Comments
 (0)