fix: reinstate TestHandleAuthCode.

Reinstating this test as it shouldn't have been removed.

Signed-off-by: Alastair Houghton <alastair@alastairs-place.net>
This commit is contained in:
Alastair Houghton 2021-05-21 11:02:14 +01:00
parent 88025b3d7c
commit 030a6459d6
1 changed files with 3 additions and 0 deletions

View File

@ -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"
)