Skip to content

Commit 046393d

Browse files
committed
Fix test
1 parent d8534fe commit 046393d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/oauth_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ func TestAuthorizeGrantS256RequiresVerifier(t *testing.T) {
113113
"nonce": "",
114114
"redirect_uri": "a",
115115
"granted": "true",
116+
"_csrf": htmlDoc.GetCSRF(),
116117
})
117118
grantResp := ctx.MakeRequest(t, grantReq, http.StatusSeeOther)
118119
u, err := grantResp.Result().Location()

0 commit comments

Comments
 (0)