forked from kevadesu/forgejo
[TESTS] oauth2: make it possible to use an alternate http.Client
(cherry picked from commitaea4ab25a9
) (cherry picked from commitd386b212c4
)
This commit is contained in:
parent
35da630ad8
commit
c4935f08ad
3 changed files with 30 additions and 7 deletions
10
services/auth/source/oauth2/http.go
Normal file
10
services/auth/source/oauth2/http.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
// SPDX-FileCopyrightText: Copyright the Forgejo contributors
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
package oauth2
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
var HTTPClient *http.Client
|
Loading…
Add table
Add a link
Reference in a new issue