mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +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 {
|
for _, tt := range tests {
|
||||||
t.Run(tt.name, func(t *testing.T) {
|
t.Run(tt.name, func(t *testing.T) {
|
||||||
got, err := Client.StartIdentityProviderFlow(tt.args.ctx,
|
got, err := Client.StartIdentityProviderIntent(tt.args.ctx,
|
||||||
&user.StartIdentityProviderFlowRequest{
|
&user.StartIdentityProviderIntentRequest{
|
||||||
IdpId: tt.args.idpID,
|
IdpId: tt.args.idpID,
|
||||||
Content: &user.StartIdentityProviderFlowRequest_Urls{
|
Content: &user.StartIdentityProviderIntentRequest_Urls{
|
||||||
Urls: &user.RedirectURLs{
|
Urls: &user.RedirectURLs{
|
||||||
SuccessUrl: tt.args.successURL,
|
SuccessUrl: tt.args.successURL,
|
||||||
FailureUrl: tt.args.failureURL,
|
FailureUrl: tt.args.failureURL,
|
||||||
|
Loading…
Reference in New Issue
Block a user