diff options
Diffstat (limited to 'catalog-ui/cypress/fixtures/service-proxy-tabs/delete-rule-result.json')
-rw-r--r-- | catalog-ui/cypress/fixtures/service-proxy-tabs/delete-rule-result.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/catalog-ui/cypress/fixtures/service-proxy-tabs/delete-rule-result.json b/catalog-ui/cypress/fixtures/service-proxy-tabs/delete-rule-result.json new file mode 100644 index 0000000000..7278228a5e --- /dev/null +++ b/catalog-ui/cypress/fixtures/service-proxy-tabs/delete-rule-result.json @@ -0,0 +1,11 @@ +{ + "properties": [ + { + "servicePropertyName": "contrailv2virtualnetwork0_segmentation_id", + "constraintOperator": "equal", + "sourceType": "static", + "sourceName": null, + "value": 11 + } + ] +} |