1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

CfAPIOpts: remove leftovers (#1871)

we don't have any cf api calls anymore in the context of cf login.
This commit is contained in:
Marcus Holl 2020-07-31 10:14:02 +02:00 committed by GitHub
parent aa9c88cef9
commit 4b5fa80980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -92,7 +92,6 @@ type LoginOptions struct {
CfSpace string
Username string
Password string
CfAPIOpts []string
CfLoginOpts []string
}

View File

@ -136,9 +136,6 @@ func TestCloudFoundryLogin(t *testing.T) {
"--skip-ssl-validation",
"--origin", "ldap",
},
CfAPIOpts: []string{
"--skip-ssl-validation",
},
}
cf := CFUtils{Exec: m}
err := cf.Login(cfconfig)