diff options
Diffstat (limited to 'resources/test_data/honeycomb')
-rw-r--r-- | resources/test_data/honeycomb/plugin_acl.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/test_data/honeycomb/plugin_acl.py b/resources/test_data/honeycomb/plugin_acl.py index 9741da8fde..06c7cc3451 100644 --- a/resources/test_data/honeycomb/plugin_acl.py +++ b/resources/test_data/honeycomb/plugin_acl.py @@ -486,8 +486,7 @@ def get_variables(test_case, name): } }, "actions": { - # TODO: will be renamed in HC2VPP-57 - "vpp-acl:permit": {} + "vpp-acl:permit-and-reflect": {} }, }, ]} |