Skip to content

Commit

Permalink
finish rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Sep 19, 2024
1 parent ca11cb5 commit 616f4fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 0 additions & 7 deletions test/e2e/commands/mirror_node.test.mjs

This file was deleted.

5 changes: 4 additions & 1 deletion test/e2e/test_mirror_node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,11 @@ export function testMirrorNode (namespacePostfix, hederaImage) {
}

expect(mirrorNodeCmd.getUnusedConfigs(MirrorNodeCommand.DEPLOY_CONFIGS_NAME)).toEqual([
flags.hederaExplorerTlsHostName.constName,
flags.hederaExplorerTlsLoadBalancerIp.constName,
flags.profileFile.constName,
flags.profileName.constName
flags.profileName.constName,
flags.tlsClusterIssuerType.constName
])
}, 600000)

Expand Down

0 comments on commit 616f4fc

Please sign in to comment.