Skip to content
Snippets Groups Projects

978: remove spring-web

Merged Henry Borasch requested to merge 978_remove_spring-web into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -52,7 +52,7 @@ public class HttpClientTest {
* See comments at {@link HttpClient#createRequestBody(Map, Object)} for more information
*/
@Test
public void createRequestBodyWithNoColonsInString() throws IOException {
public void createRequestBodyWithNoQuotesInString() throws IOException {
RequestBody requestBody = new HttpClient(true).createRequestBody(Map.of(), "abc");
Loading