G V Sandeep

Results 2 issues of G V Sandeep

The test which started failing after integration: ``` @SpringBootTest @ExtendWith(SpringExtension.class) @AutoConfigureWebTestClient(timeout = "2000") public class HealthCheckHandlerTest { @Autowired WebTestClient webTestClient; @Test public void shouldGetOnline() { webTestClient .get() .uri("/status") .exchange() .expectStatus()...

The existing link gives the following message: ``` LM-BNG-22004297:Kraken vgopanapalli$ git clone [email protected]:krakenjs/kraken-example-with-shoppingcart.git Cloning into 'kraken-example-with-shoppingcart'... Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list...