diff --git a/integration/integration.go b/integration/integration.go index 0b4cfcb..0ea2ef0 100644 --- a/integration/integration.go +++ b/integration/integration.go @@ -279,7 +279,7 @@ func main() { // Check credentials { tstRealmReq := "master" - var creds, err = client.GetCredentialsForUser(accessToken, tstRealmReq, tstRealm, userID) + var creds, err = client.GetCredentials(accessToken, tstRealmReq, userID) if err != nil { log.Fatalf("could not get credentials: %v", err) }