Fix openid setting check (#36346) (#36361)

Backport #36346 by @lunny

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
Giteabot
2026-01-13 16:47:00 +02:00
committed by GitHub
co-authored by Lunny Xiao
parent a0c77673ff
commit 669b22100b
5 changed files with 87 additions and 8 deletions
@@ -0,0 +1,14 @@
// Copyright 2024 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package security
import (
"testing"
"code.gitea.io/gitea/models/unittest"
)
func TestMain(m *testing.M) {
unittest.MainTest(m)
}