From 030a6459d69e943abd833d49f008c33ce9cbe0df Mon Sep 17 00:00:00 2001 From: Alastair Houghton Date: Fri, 21 May 2021 11:02:14 +0100 Subject: [PATCH] fix: reinstate TestHandleAuthCode. Reinstating this test as it shouldn't have been removed. Signed-off-by: Alastair Houghton --- server/handlers_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/handlers_test.go b/server/handlers_test.go index edf8accc..83249ec8 100644 --- a/server/handlers_test.go +++ b/server/handlers_test.go @@ -13,6 +13,9 @@ import ( gosundheit "github.com/AppsFlyer/go-sundheit" "github.com/AppsFlyer/go-sundheit/checks" + "github.com/coreos/go-oidc/v3/oidc" + "github.com/stretchr/testify/require" + "golang.org/x/oauth2" "github.com/dexidp/dex/storage" )