harture
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|
} |
|
|
|
|