From 127ae4b638d715f84d861ebdbe1091cf68843d09 Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Mon, 7 Sep 2020 12:21:48 +0200 Subject: [PATCH] Update pkg/op/authrequest_test.go Co-authored-by: Silvan --- pkg/op/authrequest_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/op/authrequest_test.go b/pkg/op/authrequest_test.go index 905c136..343924f 100644 --- a/pkg/op/authrequest_test.go +++ b/pkg/op/authrequest_test.go @@ -18,6 +18,7 @@ import ( ) // +//TOOD: tests will be implemented in branch for service accounts //func TestAuthorize(t *testing.T) { // // testCallback := func(t *testing.T, clienID string) callbackHandler { // // return func(authReq *oidc.AuthRequest, client oidc.Client, w http.ResponseWriter, r *http.Request) {