RED-7175: updated dependencies and adapted tests

This commit is contained in:
Ali Oezyetimoglu 2023-09-01 11:31:30 +02:00
parent e66082013b
commit 32d12d4155

View File

@ -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> {