From ce51a7a39abb544198020aba99f41e98efbc56ad Mon Sep 17 00:00:00 2001 From: "Geetanjali.mane" Date: Thu, 20 Feb 2025 11:06:09 +0000 Subject: [PATCH] Fixed ruff formatter issue --- tests/units/anta_tests/routing/test_bgp.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/units/anta_tests/routing/test_bgp.py b/tests/units/anta_tests/routing/test_bgp.py index 5e2c8ea97..53464b7ee 100644 --- a/tests/units/anta_tests/routing/test_bgp.py +++ b/tests/units/anta_tests/routing/test_bgp.py @@ -5948,8 +5948,9 @@ def test_check_bgp_neighbor_capability(input_dict: dict[str, bool], expected: bo "vrfs": { "default": { "afiSafiConfig": { - "v4m": {"redistributedRoutes": [{"proto": "AttachedHost", "routeMap": "RM-CONN-2-BGP"}, {"proto": "IS-IS", "routeMap": "RM-MLAG-PEER-IN"} - ]} + "v4m": { + "redistributedRoutes": [{"proto": "AttachedHost", "routeMap": "RM-CONN-2-BGP"}, {"proto": "IS-IS", "routeMap": "RM-MLAG-PEER-IN"}] + } } }, "test": {