test: include httpOnly tag
This commit is contained in:
parent
24f4d8023e
commit
a5a443a61e
@ -112,6 +112,7 @@ func TestRequireRTMiddleware(t *testing.T) {
|
||||
req.AddCookie(&http.Cookie{
|
||||
Name: "refresh_token",
|
||||
Value: tc.token,
|
||||
HttpOnly: true,
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user