mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 00:10:45 +02:00
github: support provider URL (#2490)
This commit is contained in:
parent
7914bea977
commit
9fa65e069c
5 changed files with 50 additions and 12 deletions
|
@ -21,5 +21,5 @@ func TestDefaultClient(t *testing.T) {
|
|||
defer ts.Close()
|
||||
req, _ := http.NewRequest(http.MethodGet, ts.URL, nil)
|
||||
req = req.WithContext(requestid.WithValue(context.Background(), "foo"))
|
||||
_, _ = defaultClient.Do(req)
|
||||
_, _ = getDefaultClient().Do(req)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue