File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
api/src/test/java/io/kafbat/ui Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11package io .kafbat .ui ;
22
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+
39import io .kafbat .ui .container .OpenLdapContainer ;
410import io .kafbat .ui .model .AuthenticationInfoDTO ;
511import io .kafbat .ui .model .ResourceTypeDTO ;
612import io .kafbat .ui .model .UserPermissionDTO ;
13+ import java .util .List ;
14+ import java .util .Objects ;
715import org .junit .jupiter .api .AfterAll ;
816import org .junit .jupiter .api .BeforeAll ;
917import org .junit .jupiter .api .Test ;
1927import org .springframework .test .context .DynamicPropertySource ;
2028import org .springframework .test .web .reactive .server .WebTestClient ;
2129import 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 ;
3030
3131@ SpringBootTest
3232@ ActiveProfiles ("rbac-ldap" )
You can’t perform that action at this time.
0 commit comments