Skip to content

Commit

Permalink
Merge pull request #18060 from ThaminduR/fix-test
Browse files Browse the repository at this point in the history
Improve integration test
  • Loading branch information
ThaminduR committed Nov 24, 2023
2 parents ea2a983 + 04589cb commit 5fa4111
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 5fa4111

Please sign in to comment.