mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
fix: fork was outdated for some reason
Signed-off-by: Julius Foitzik <info@accountr.eu>
This commit is contained in:
+1
-1
@@ -735,7 +735,7 @@ func TestMissingConnectorsCRUDFeatureFlag(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestListClients(t *testing.T) {
|
||||
logger := slog.New(slog.NewTextHandler(io.Discard, &slog.HandlerOptions{}))
|
||||
logger := slog.New(slog.DiscardHandler)
|
||||
|
||||
s := memory.New(logger)
|
||||
client := newAPI(s, logger, t)
|
||||
|
||||
Reference in New Issue
Block a user