File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/test/java/com/ericsson/ei/flowtests Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 34
34
import org .springframework .beans .factory .annotation .Autowired ;
35
35
import org .springframework .boot .test .context .SpringBootContextLoader ;
36
36
import org .springframework .boot .test .context .SpringBootTest ;
37
- import org .springframework .http .HttpStatus ;
38
- import org .springframework .http .ResponseEntity ;
39
37
import org .springframework .test .context .ContextConfiguration ;
40
38
import org .springframework .test .context .TestExecutionListeners ;
41
39
import org .springframework .test .context .TestPropertySource ;
47
45
import com .ericsson .ei .erqueryservice .SearchOption ;
48
46
import com .ericsson .ei .handlers .UpStreamEventsHandler ;
49
47
import com .ericsson .ei .utils .TestContextInitializer ;
48
+ import com .ericsson .eiffelcommons .utils .ResponseEntity ;
50
49
import com .fasterxml .jackson .databind .JsonNode ;
51
50
import com .fasterxml .jackson .databind .ObjectMapper ;
52
51
import com .fasterxml .jackson .databind .node .ObjectNode ;
Original file line number Diff line number Diff line change 44
44
import org .springframework .beans .factory .annotation .Value ;
45
45
import org .springframework .boot .test .context .SpringBootContextLoader ;
46
46
import org .springframework .boot .test .context .SpringBootTest ;
47
- import org .springframework .http .HttpStatus ;
48
- import org .springframework .http .ResponseEntity ;
49
47
import org .springframework .test .context .ContextConfiguration ;
50
48
import org .springframework .test .context .TestExecutionListeners ;
51
49
import org .springframework .test .context .TestPropertySource ;
60
58
import com .ericsson .ei .handlers .UpStreamEventsHandler ;
61
59
import com .ericsson .ei .test .utils .TestConfigs ;
62
60
import com .ericsson .ei .utils .TestContextInitializer ;
61
+ import com .ericsson .eiffelcommons .utils .ResponseEntity ;
63
62
import com .fasterxml .jackson .databind .JsonNode ;
64
63
import com .fasterxml .jackson .databind .ObjectMapper ;
65
64
import com .fasterxml .jackson .databind .node .ObjectNode ;
You can’t perform that action at this time.
0 commit comments