mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
test: correct used client api call in integration test (#6685)
fix: correct used client api call in integration test
Co-authored-by: Livio Spring <livio.a@gmail.com>
(cherry picked from commit 6ce11a416a
)
This commit is contained in:
parent
dee9d8d3a7
commit
3689624232
@ -260,10 +260,10 @@ func TestServer_SAMLACS(t *testing.T) {
|
||||
}
|
||||
for _, tt := range tests {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
got, err := Client.StartIdentityProviderFlow(tt.args.ctx,
|
||||
&user.StartIdentityProviderFlowRequest{
|
||||
got, err := Client.StartIdentityProviderIntent(tt.args.ctx,
|
||||
&user.StartIdentityProviderIntentRequest{
|
||||
IdpId: tt.args.idpID,
|
||||
Content: &user.StartIdentityProviderFlowRequest_Urls{
|
||||
Content: &user.StartIdentityProviderIntentRequest_Urls{
|
||||
Urls: &user.RedirectURLs{
|
||||
SuccessUrl: tt.args.successURL,
|
||||
FailureUrl: tt.args.failureURL,
|
||||
|
Loading…
Reference in New Issue
Block a user