mirror of
https://github.com/zitadel/oidc.git
synced 2026-04-28 05:59:47 -05:00
fix test
This commit is contained in:
@@ -201,7 +201,7 @@ func TestIntrospect(t *testing.T) {
|
||||
{
|
||||
name: "missing-introspect-url",
|
||||
args: args{
|
||||
ctx: nil,
|
||||
ctx: context.Background(),
|
||||
rp: rp,
|
||||
token: "my-token",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user