summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_redistribute_table/test_bgp_redistribute_table.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_redistribute_table/test_bgp_redistribute_table.py')
-rw-r--r--tests/topotests/bgp_redistribute_table/test_bgp_redistribute_table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_redistribute_table/test_bgp_redistribute_table.py b/tests/topotests/bgp_redistribute_table/test_bgp_redistribute_table.py
index 08b70ae0..614610cc 100644
--- a/tests/topotests/bgp_redistribute_table/test_bgp_redistribute_table.py
+++ b/tests/topotests/bgp_redistribute_table/test_bgp_redistribute_table.py
@@ -86,7 +86,7 @@ def _router_json_cmp_exact_filter(router, cmd, expected):
json_output = json.loads(output)
# filter out tableVersion, version, nhVrfId and vrfId
- for route, attrs in json_output.items():
+ for _, attrs in json_output.items():
for attr in attrs:
if "table" in attr:
attr.pop("table")