wso2 / product-apim

Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
856 stars 789 forks source link

Add test for applications search by name and owner #13566

Closed nisan-abeywickrama closed 2 weeks ago

nisan-abeywickrama commented 1 month ago

Purpose

As identified by [1], the admin user should be enable to retrieve applications based on the owner or application name. This PR introduces a test case to validate the behaviour of applications search through the super tenant and other tenants.

Implementation

Introduce a new test case which checks the application search using owner and name for each super tenant and other tenants.

The validation is done under 2 possibilities,

[1] - https://github.com/wso2/api-manager/issues/3100