Skip to content

Commit 8f1fc1f

Browse files
authored
dbeaver/pro#7900 fix unit test run (#4021)
Signed-off-by: Georgii Gvinepadze <[email protected]>
1 parent b5cfcae commit 8f1fc1f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

server/test/io.cloudbeaver.test.platform/src/io/cloudbeaver/CloudbeaverMockTest.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
@RunWithProduct("CloudbeaverServerUnitTest.product")
1616
@RunnerProxy(MockitoJUnitRunner.class)
1717
@RunWith(OSGITestRunner.class)
18-
@RunWithApplication(bundleName = "io.cloudbeaver.server.ce", registryName = "io.cloudbeaver.product.ce.application", args = {"-web-config", "workspace/conf/cloudbeaver.conf"})
18+
@RunWithApplication(
19+
bundleName = "io.cloudbeaver.server.ce",
20+
registryName = "io.cloudbeaver.product.ce.application",
21+
args = {"-web-config", "workspace/conf/cloudbeaver.conf"},
22+
vmArgs = {"logback.configurationFile", "workspace/conf/logback.xml"}
23+
)
1924
public abstract class CloudbeaverMockTest implements IAsyncApplication {
2025
private static final String GQL_API_URL = "http://localhost:18978/api/gql";
2126
private static final String SERVER_STATUS_URL = "http://localhost:18978/status";

0 commit comments

Comments
 (0)