Relocate tests that don't need to be in test-autoconfigure

Closes gh-47144
This commit is contained in:
Andy Wilkinson
2025-09-10 12:35:43 +01:00
parent f159701a64
commit 11cbb6aff2
2 changed files with 2 additions and 3 deletions
@@ -14,11 +14,10 @@
* limitations under the License.
*/
package org.springframework.boot.test.autoconfigure.web.client;
package org.springframework.boot.web.client;
import org.junit.jupiter.api.Test;
import org.springframework.boot.web.client.RestTemplateBuilder;
import org.springframework.test.web.client.MockRestServiceServer;
import org.springframework.web.client.RestClient;
import org.springframework.web.client.RestClient.Builder;
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.test.autoconfigure.web.client;
package org.springframework.boot.web.client;
import org.junit.jupiter.api.Test;