Skip to content

Commit

Permalink
Improve integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaminduR committed Nov 23, 2023
1 parent 146b5f3 commit 04589cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ public void authorizeSystemAPIs(String applicationId, List<String> apiIdentifier
apiIdentifiers.stream().forEach(apiIdentifier -> {
try {
List<APIResourceListItem> filteredAPIResource =
restClient.getAPIResourcesWithFiltering("type+eq+SYSTEM+and+identifier+eq+" + apiIdentifier);
restClient.getAPIResourcesWithFiltering("identifier+eq+" + apiIdentifier);
if (filteredAPIResource == null || filteredAPIResource.isEmpty()) {
return;
}
Expand Down

0 comments on commit 04589cb

Please sign in to comment.