Skip to content

Commit

Permalink
SDK-360 - Add additional integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Nov 23, 2024
1 parent 94785f8 commit 8cb5868
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void deploy_shouldUpgradeDistroTo3_0_0() throws Exception {

// Spa module added
assertFalse(properties.containsKey("omod.spa"));
assertFileContains("omod.spa", "openmrs-distro.properties");
assertFileContains("omod.spa", testServerId, "openmrs-distro.properties");
assertNumFilesPresent(1, Paths.get(testServerId, "modules"), "spa-", ".omod");

// TODO: Deploy does not currently support installing or updating frontend or config or content. This needs to be ticketed and fixed
Expand Down

0 comments on commit 8cb5868

Please sign in to comment.