mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +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:
parent
aa9c88cef9
commit
4b5fa80980
@ -92,7 +92,6 @@ type LoginOptions struct {
|
||||
CfSpace string
|
||||
Username string
|
||||
Password string
|
||||
CfAPIOpts []string
|
||||
CfLoginOpts []string
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user