Skip to content

Commit

Permalink
Update AppTestConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 authored Dec 16, 2024
1 parent 9c31673 commit 23da9b0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/test/java/org/openelisglobal/AppTestConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,6 @@ public LocalizationDAO localiseDao() {
return mock(LocalizationDAO.class);
}

@Bean()
@Profile("test")
public CloseableHttpClient cityStateZipServiceloseableHttpClient() {
return mock(CloseableHttpClient.class);
}

@Bean()
@Profile("test")
public ExternalConnectionService externalConnectService() {
Expand Down

0 comments on commit 23da9b0

Please sign in to comment.