pull/12482/merge
Andy Wilkinson 6 years ago
parent 40de371a52
commit f2e4a0b44b

@ -25,7 +25,6 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
import org.springframework.boot.test.web.client.TestRestTemplate;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.test.annotation.DirtiesContext;
@ -74,6 +73,4 @@ public class ShutdownSampleActuatorApplicationTests {
return "password";
}
}

Loading…
Cancel
Save