You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request Parameters of type KeyDataPair are replaced by instances of type NameValuePair when WebRequest#getParameters is called.
This introduces issues with Spring Boot 3 and especially spring-test 6 where the getParameters method is called instead of getRequestParameters as it has been in spring-test 5.x