RED-7175: updated dependencies and adapted tests
This commit is contained in:
parent
e66082013b
commit
32d12d4155
@ -1,8 +1,5 @@
|
||||
package com.knecon.fforesight;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
import org.springframework.amqp.rabbit.core.RabbitTemplate;
|
||||
@ -55,10 +52,12 @@ public class AbstractTenantUserManagementIntegrationTest {
|
||||
|
||||
|
||||
@BeforeEach
|
||||
public void createTestTenant(){
|
||||
public void createTestTenant() {
|
||||
|
||||
testTenantService.createTestTenantIfNotExists(TEST_TENANT_ID, minioPort);
|
||||
}
|
||||
|
||||
|
||||
@Slf4j
|
||||
static class Initializer implements ApplicationContextInitializer<ConfigurableApplicationContext> {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user