File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-admin-server/src/test/java/de/codecentric/boot/admin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030import org .springframework .context .annotation .Configuration ;
3131import org .springframework .http .HttpStatus ;
3232import org .springframework .http .ResponseEntity ;
33- import org .springframework .test .context .junit4 .SpringJUnit4ClassRunner ;
33+ import org .springframework .test .context .junit4 .SpringRunner ;
3434
3535import de .codecentric .boot .admin .AdminApplicationTest .TestAdminApplication ;
3636import de .codecentric .boot .admin .config .EnableAdminServer ;
4141 *
4242 * @author Dennis Schulte
4343 */
44- @ RunWith (SpringJUnit4ClassRunner .class )
44+ @ RunWith (SpringRunner .class )
4545@ SpringBootTest (classes = TestAdminApplication .class , webEnvironment = WebEnvironment .RANDOM_PORT , properties = {
4646"spring.cloud.config.enabled=false" })
4747public class AdminApplicationTest {
You can’t perform that action at this time.
0 commit comments