Skip to content

Commit 11cbb6a

Browse files
committed
Relocate tests that don't need to be in test-autoconfigure
Closes gh-47144
1 parent f159701 commit 11cbb6a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.test.autoconfigure.web.client;
17+
package org.springframework.boot.web.client;
1818

1919
import org.junit.jupiter.api.Test;
2020

21-
import org.springframework.boot.web.client.RestTemplateBuilder;
2221
import org.springframework.test.web.client.MockRestServiceServer;
2322
import org.springframework.web.client.RestClient;
2423
import org.springframework.web.client.RestClient.Builder;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.test.autoconfigure.web.client;
17+
package org.springframework.boot.web.client;
1818

1919
import org.junit.jupiter.api.Test;
2020

0 commit comments

Comments
 (0)