Skip to content

Commit

Permalink
add manual log to check client url manually
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Dec 17, 2024
1 parent 7fdf174 commit e409801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadtest/user/userentity/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e409801

Please sign in to comment.