diff --git a/framework/rest-template/src/appTest/java/com/example/resttemplate/RestTemplateApplicationAotTests.java b/framework/rest-template/src/appTest/java/com/example/resttemplate/RestTemplateApplicationAotTests.java index 4daec5a0..eb3b1983 100644 --- a/framework/rest-template/src/appTest/java/com/example/resttemplate/RestTemplateApplicationAotTests.java +++ b/framework/rest-template/src/appTest/java/com/example/resttemplate/RestTemplateApplicationAotTests.java @@ -20,7 +20,7 @@ class RestTemplateApplicationAotTests { Awaitility.await() .atMost(Duration.ofSeconds(30)) .untilAsserted(() -> assertThat(output) - .hasLineMatching("http: DataDto\\{url='http:\\/\\/[\\w.]+:\\d+\\/anything', method='GET'\\}")); + .hasLineMatching("http: DataDto\\{url='http:\\/\\/[\\w.]+:\\d+\\/anything', method='GET'\\}")); } @Test @@ -28,7 +28,7 @@ class RestTemplateApplicationAotTests { Awaitility.await() .atMost(Duration.ofSeconds(30)) .untilAsserted(() -> assertThat(output) - .hasLineMatching("https: DataDto\\{url='https:\\/\\/[\\w.]+:\\d+\\/anything', method='GET'\\}")); + .hasLineMatching("https: DataDto\\{url='https:\\/\\/[\\w.]+:\\d+\\/anything', method='GET'\\}")); } }