3
0

Includes disabled entries to APIGw list call

For APIgw route and filter List API assigned default value 1 to `disabled` filter
This commit is contained in:
Vivek Patel
2021-10-05 16:13:58 +05:30
parent a22083573c
commit 955ea9c0fa
3 changed files with 11 additions and 6 deletions

View File

@@ -104,7 +104,6 @@ func TestApigwRouteSearch(t *testing.T) {
h.createRouteWithFilter("test1", "")
h.createRouteWithFilter("test2", "")
h.createRouteAndFilterWithEnabled("test3", "", false, true)
helpers.AllowMe(h, types.ComponentRbacResource(), "apigw-routes.search")
helpers.AllowMe(h, types.ApigwRouteRbacResource(0), "read")