forked from mystiq/dex
integration: changes based on codegen
This commit is contained in:
parent
2406c09598
commit
e6e04be297
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ func TestRefreshTokenEndpoints(t *testing.T) {
|
|||
t.Errorf("case %d: expected client ids did not match actual: %s", i, diff)
|
||||
}
|
||||
for _, clientID := range ids {
|
||||
if err := f.client.Clients.Revoke(tt.userID, clientID).Do(); err != nil {
|
||||
if err := f.client.RefreshClient.Revoke(tt.userID, clientID).Do(); err != nil {
|
||||
t.Errorf("case %d: failed to revoke client: %v", i, err)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue