diff --git a/loadtest/user/userentity/actions.go b/loadtest/user/userentity/actions.go index 6cbf56a17..95c3ee262 100644 --- a/loadtest/user/userentity/actions.go +++ b/loadtest/user/userentity/actions.go @@ -157,7 +157,7 @@ func (ue *UserEntity) authIDP(action authIDPAction, provider string) error { samlForm, err := client.PostForm(formURL, queryParams) if err != nil { - return fmt.Errorf("error while posting SAML form: %w", err) + return fmt.Errorf("error while posting SAML form using client URL %s: %w", ue.client.URL, err) } samlForm.Body.Close() if samlForm.StatusCode != http.StatusOK {