From bdf68aa08cdf8cca0007b96b8750dbd4f3bffc2f Mon Sep 17 00:00:00 2001 From: harture <31417989+harture@users.noreply.github.com> Date: Tue, 3 Dec 2019 09:35:25 +0100 Subject: [PATCH] [CLOUDTRUST-1972] Fix integration.go --- integration/integration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }