Skip to content

Commit

Permalink
- Fix junit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rathnapandi committed Nov 27, 2023
1 parent 6d77ad7 commit aca93d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ public void close() {

@Test
public void testRepublishToUpdateApi() throws AppException {
APIManagerAdapter apiManagerAdapter = APIManagerAdapter.getInstance();
CoreParameters coreParameters = new CoreParameters();
coreParameters.setHostname("localhost");
coreParameters.setUsername("test");
coreParameters.setPassword(Utils.getEncryptedPassword());
APIManagerAdapter apiManagerAdapter = APIManagerAdapter.getInstance();
Organization organization = apiManagerAdapter.getOrgAdapter().getOrgForName("orga");
RecreateToUpdateAPI recreateToUpdateAPI = new RecreateToUpdateAPI();
API actualAPI = new API();
Expand Down

0 comments on commit aca93d9

Please sign in to comment.