Skip to content

Commit

Permalink
Update general path for test process (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkhanh-axonivy authored Mar 15, 2024
1 parent 9e0b9db commit 1bba5ad
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;
import ch.ivyteam.ivy.environment.AppFixture;

@IvyProcessTest
@IvyProcessTest(enableWebServer = true)
public class BaseProcessTest {

@BeforeEach
Expand All @@ -15,7 +15,7 @@ void beforeEach(AppFixture fixture) {
"ch.ivyteam.ivy.rest.client.mapper.JsonFeature");
fixture.config("RestClients.GeocodingCoordinates (Openweathermap geocoding API).Features",
"ch.ivyteam.ivy.rest.client.mapper.JsonFeature");
fixture.var("openWeatherConnector.weatherDataUrl", "http://localhost:8081/designer/api/weatherDataMock");
fixture.var("openWeatherConnector.weatherGeoUrl", "http://localhost:8081/designer/api/weatherGeoMock");
fixture.var("openWeatherConnector.weatherDataUrl", "{ivy.app.baseurl}/api/weatherDataMock");
fixture.var("openWeatherConnector.weatherGeoUrl", "{ivy.app.baseurl}/api/weatherGeoMock");
}
}

0 comments on commit 1bba5ad

Please sign in to comment.