Skip to content

Commit

Permalink
Merge pull request datakaveri#454 from ananjaykumar2/modify/subscript…
Browse files Browse the repository at this point in the history
…ion-response

updated subscription response
  • Loading branch information
Kailash Adhikari authored Oct 11, 2023
2 parents 6d4d70c + d97079b commit cfe8c7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3737,6 +3737,7 @@ components:
"iudx:TransitManagement"
],
"description": "Realtime bus position information from Surat city public transit buses.",
"label": "Surat Transit Realtime Position-UUID",
"resourceGroup": "UUID",
"id": "UUID",
"instance": "surat"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ public Future<JsonObject> createSubscription(
promise.fail(generateResponse(res).toString());
}
});

LOGGER.debug("cache result" + cacheResult);
});
} else {
JsonObject res = new JsonObject(handler.cause().getMessage());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private Future<Void> populateCache() {
.addQueryParam("value", "[[ACTIVE]]")
.addQueryParam(
"filter",
"[id,provider,name,description,authControlGroup,accessPolicy,type,"
"[id,provider,name,description,label,accessPolicy,type,"
+ "iudxResourceAPIs,instance,resourceGroup]")
.expect(ResponsePredicate.JSON)
.send(
Expand Down

0 comments on commit cfe8c7f

Please sign in to comment.