Skip to content

Commit

Permalink
update console to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jul 10, 2024
1 parent 1c60968 commit a90a685
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class AwsResourceTest {

/**
* beforeclass.
*
*
* @throws IOException IOException
*/
@BeforeAll
Expand All @@ -100,7 +100,7 @@ public static void beforeClass() throws IOException {

/**
* Test Console Available.
*
*
* @throws IOException IOException
* @throws URISyntaxException URISyntaxException
* @throws InterruptedException InterruptedException
Expand All @@ -125,7 +125,7 @@ public void testConsoleAvailable() throws IOException, InterruptedException, URI

/**
* Test Logging into console.
*
*
* @throws URISyntaxException URISyntaxException
* @throws InterruptedException InterruptedException
* @throws IOException IOException
Expand Down Expand Up @@ -201,7 +201,7 @@ public void testS3Buckets() {
*/
@Test
public void testSsmParameters() {
assertEquals("v3.6.0",
assertEquals("v3.6.1",
ssmService.getParameterValue("/formkiq/" + appenvironment + "/console/version"));
assertTrue(ssmService.getParameterValue("/formkiq/" + appenvironment + "/s3/Console")
.contains(appenvironment + "-console-"));
Expand Down
2 changes: 1 addition & 1 deletion console/src/main/resources/cloudformation/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Parameters:
ConsoleVersion:
Type: String
Description: Version of FormKiQ console to deploy
Default: v3.6.0
Default: v3.6.1

FormKiQType:
Description: The type of FormKiQ installation
Expand Down

0 comments on commit a90a685

Please sign in to comment.