Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 09fe318

Browse files
author
Rob Rudin
committed
Ensuring content database is deleted in test
1 parent 215365a commit 09fe318

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/marklogic/appdeployer/scaffold/GenerateScaffoldTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import java.io.File;
44

5+
import com.marklogic.appdeployer.command.databases.DeployContentDatabasesCommand;
56
import org.junit.Test;
67

78
import com.marklogic.appdeployer.AbstractAppDeployerTest;
@@ -35,7 +36,7 @@ public void generateScaffoldAndThenDeploy() {
3536
appConfig.getModulePaths().clear();
3637
appConfig.getModulePaths().add(path + "/src/main/ml-modules");
3738

38-
initializeAppDeployer(new DeployRestApiServersCommand(), new DeployTriggersDatabaseCommand(),
39+
initializeAppDeployer(new DeployRestApiServersCommand(), new DeployContentDatabasesCommand(), new DeployTriggersDatabaseCommand(),
3940
new DeployUsersCommand(), new DeployRolesCommand(), buildLoadModulesCommand());
4041
appDeployer.deploy(appConfig);
4142

0 commit comments

Comments
 (0)