Skip to content

Commit d2dbf16

Browse files
committed
fix: Cassandra test environment setup for health check tests
1 parent 1794a9e commit d2dbf16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/manager/HealthCheckManagerTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
import commons.dto.Response;
44
import managers.HealthCheckManager;
55
import managers.IHealthCheckManager;
6+
import common.CassandraTestSetup;
67
import org.junit.After;
78

89
import org.junit.Before;
910
import org.junit.Test;
1011

1112
import static org.junit.Assert.*;
1213

13-
public class HealthCheckManagerTest {
14+
public class HealthCheckManagerTest extends CassandraTestSetup {
1415

1516
HealthCheckManager healthCheckManager;
1617
boolean goodHealth;

0 commit comments

Comments
 (0)