File tree 1 file changed +8
-8
lines changed
api/src/test/java/io/kafbat/ui
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
package io .kafbat .ui ;
2
2
3
+ import static io .kafbat .ui .AbstractIntegrationTest .LOCAL ;
4
+ import static org .junit .jupiter .api .Assertions .assertEquals ;
5
+ import static org .junit .jupiter .api .Assertions .assertFalse ;
6
+ import static org .junit .jupiter .api .Assertions .assertNotNull ;
7
+ import static org .junit .jupiter .api .Assertions .assertTrue ;
8
+
3
9
import io .kafbat .ui .container .OpenLdapContainer ;
4
10
import io .kafbat .ui .model .AuthenticationInfoDTO ;
5
11
import io .kafbat .ui .model .ResourceTypeDTO ;
6
12
import io .kafbat .ui .model .UserPermissionDTO ;
13
+ import java .util .List ;
14
+ import java .util .Objects ;
7
15
import org .junit .jupiter .api .AfterAll ;
8
16
import org .junit .jupiter .api .BeforeAll ;
9
17
import org .junit .jupiter .api .Test ;
19
27
import org .springframework .test .context .DynamicPropertySource ;
20
28
import org .springframework .test .web .reactive .server .WebTestClient ;
21
29
import org .springframework .web .reactive .function .BodyInserters ;
22
- import java .util .List ;
23
- import java .util .Objects ;
24
-
25
- import static io .kafbat .ui .AbstractIntegrationTest .LOCAL ;
26
- import static org .junit .jupiter .api .Assertions .assertEquals ;
27
- import static org .junit .jupiter .api .Assertions .assertFalse ;
28
- import static org .junit .jupiter .api .Assertions .assertNotNull ;
29
- import static org .junit .jupiter .api .Assertions .assertTrue ;
30
30
31
31
@ SpringBootTest
32
32
@ ActiveProfiles ("rbac-ldap" )
You can’t perform that action at this time.
0 commit comments