This commit is contained in:
adlerhurst 2024-03-14 07:50:29 +01:00
parent 1b94f796eb
commit 03f3bc693b

View file

@ -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",
},