mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
This commit restores the user of HttpGraphQlTester when it is configured against a running server. The logic that appends the graphQl path to the HTTP url was lost while refactoring the HTTP clients infrastructure. To work against the new API, BaseUrl has been updated to provide the ability to append a path to its URL Closes gh-47659