Use Spring Boot 3.4.0-SNAPSHOT
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
package com.example.maximumsessions;
|
||||
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -33,7 +32,6 @@ import static org.springframework.test.web.servlet.request.MockMvcRequestBuilder
|
||||
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||
@AutoConfigureMockMvc
|
||||
@Disabled
|
||||
public class MaximumSessionsTests {
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user