fix test
This commit is contained in:
parent
1b94f796eb
commit
03f3bc693b
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ func TestIntrospect(t *testing.T) {
|
||||||
{
|
{
|
||||||
name: "missing-introspect-url",
|
name: "missing-introspect-url",
|
||||||
args: args{
|
args: args{
|
||||||
ctx: nil,
|
ctx: context.Background(),
|
||||||
rp: rp,
|
rp: rp,
|
||||||
token: "my-token",
|
token: "my-token",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue