Skip to content

Commit 4071e3f

Browse files
committed
- Use v1.4 API version for integration test
1 parent 90429c8 commit 4071e3f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
### Fixed
1010

1111
- oas 3.0 base path handling (See issue [#297](https://github.com/Axway-API-Management-Plus/apim-cli/issues/297)
12+
- BackendBasepath problem exporting SOAP API with apim-cli (See issue [#299](https://github.com/Axway-API-Management-Plus/apim-cli/issues/299)
1213

1314
### Changed
1415
- If backendBasepath is present in api-config.json, Openapi (OAS 3) servers.url will be modified based on the values. E.g

modules/apim-adapter/src/test/resources/core-citrus-context.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
<citrus:variable name="apiManagerHost" value="${apiManagerHost}"/>
3030
<citrus:variable name="apiManagerUser" value="${apiManagerUser}"/>
3131
<citrus:variable name="apiManagerPass" value="${apiManagerPass}"/>
32-
<citrus:variable name="API_VERSION" value="/api/portal/v1.3"/>
32+
<citrus:variable name="API_VERSION" value="/api/portal/v1.4"/>
3333
</citrus:global-variables>
3434

3535

3636
<citrus-http:client id="apiManager"
37-
request-url="https://${apiManagerHost}:8075/api/portal/v1.3"
37+
request-url="https://${apiManagerHost}:8075/api/portal/v1.4"
3838
request-method="GET"
3939
content-type="application/json"
4040
charset="UTF-8"

0 commit comments

Comments
 (0)