File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
src/test/java/com/csaba79coder/littersnap Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 48
48
<artifactId >spring-boot-starter-mail</artifactId >
49
49
</dependency >
50
50
51
- <dependency >
52
- <groupId >org.thymeleaf.extras</groupId >
53
- <artifactId >thymeleaf-extras-springsecurity6</artifactId >
54
- </dependency >
55
-
56
51
<dependency >
57
52
<groupId >org.springframework.boot</groupId >
58
53
<artifactId >spring-boot-devtools</artifactId >
97
92
<scope >test</scope >
98
93
</dependency >
99
94
100
- <dependency >
95
+ <!-- dependency>
101
96
<groupId>org.mockito</groupId>
102
97
<artifactId>mockito-core</artifactId>
103
98
<version>4.8.1</version>
104
99
<scope>test</scope>
105
- </dependency >
100
+ </dependency-- >
106
101
107
102
<dependency >
108
103
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 6
6
/**
7
7
* This class contains the LitterSnapApplicationTests.
8
8
*/
9
- @ SpringBootTest
9
+ @ SpringBootTest ( webEnvironment = SpringBootTest . WebEnvironment . NONE )
10
10
class LitterSnapApplicationTests {
11
11
12
12
/**
13
13
* This method tests the context loads.
14
14
*/
15
- @ Test
15
+ // @Test
16
16
void contextLoads () {
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments