Skip to content

Commit

Permalink
Fixed ruff formatter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
geetanjalimanegslab committed Feb 20, 2025
1 parent c27549c commit ce51a7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/units/anta_tests/routing/test_bgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit ce51a7a

Please sign in to comment.