Skip to content

Commit

Permalink
feat: update hcx integrator variables configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva-rakshith committed Oct 17, 2022
1 parent cb000b7 commit 60b7bf2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ public void testInitializeConfigString() throws Exception {
}

@Test(expected = Exception.class)
public void testInitializeException() throws Exception {
public void testWithoutConfigVariablesInitialization() throws Exception {
HCXIntegrator hcxIntegrator = HCXIntegrator.getInstance();
assertEquals("http://localhost:8095", hcxIntegrator.getHCXProtocolBasePath());
}
}

0 comments on commit 60b7bf2

Please sign in to comment.