Commit 88366b75 authored by Andy Wilkinson's avatar Andy Wilkinson

Reinstate @DirtiesContext on shutdown endpoint test

Closes gh-10548
parent 1e2220b6
......@@ -27,6 +27,7 @@ import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
import org.springframework.boot.test.web.client.TestRestTemplate;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.test.annotation.DirtiesContext;
import org.springframework.test.context.junit4.SpringRunner;
import static org.assertj.core.api.Assertions.assertThat;
......@@ -55,6 +56,7 @@ public class ShutdownSampleActuatorApplicationTests {
}
@Test
@DirtiesContext
public void testShutdown() throws Exception {
@SuppressWarnings("rawtypes")
ResponseEntity<Map> entity = this.restTemplate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment