Skip to content

Commit 881b079

Browse files
author
rathnapandi
committed
- Fix integration test
1 parent d6d2c82 commit 881b079

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/apis/src/main/java/com/axway/apim/APIImportApp.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public int importAPI(APIImportParams params) {
8080
.hasApiPath(desiredAPI.getPath())
8181
.hasVHost(desiredAPI.getVhost())
8282
.hasVersion(desiredAPI.getVersion())
83-
.hasState(desiredAPI.getState())
8483
.includeCustomProperties(desiredAPI.getCustomProperties())
8584
.hasQueryStringVersion(desiredAPI.getApiRoutingKey())
8685
.includeClientOrganizations(true) // We have to load clientOrganization, in case they have to be taken over

0 commit comments

Comments
 (0)