Browse Source

[CLOUDTRUST-1972] Fix integration.go

master
harture 6 years ago
committed by GitHub
parent
commit
bdf68aa08c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      integration/integration.go

2
integration/integration.go

@ -279,7 +279,7 @@ func main() {
// Check credentials // Check credentials
{ {
tstRealmReq := "master" tstRealmReq := "master"
var creds, err = client.GetCredentialsForUser(accessToken, tstRealmReq, tstRealm, userID) var creds, err = client.GetCredentials(accessToken, tstRealmReq, userID)
if err != nil { if err != nil {
log.Fatalf("could not get credentials: %v", err) log.Fatalf("could not get credentials: %v", err)
} }

Loading…
Cancel
Save