Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 20, 2024
1 parent de56071 commit 60c66d0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions tests/unit/modules/network/ios/test_ios_static_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2157,7 +2157,7 @@ def test_ios_static_route_gathered(self):
"next_hops": [
{
"interface": "Null0",
"permanent": True
"permanent": True,
},
],
},
Expand All @@ -2167,23 +2167,23 @@ def test_ios_static_route_gathered(self):
{
"forward_router_address": "10.0.0.1",
"interface": "GigabitEthernet0/1.22",
"tag": 30
"tag": 30,
},
{
"forward_router_address": "10.0.0.2"
}
]
"forward_router_address": "10.0.0.2",
},
],
},
{
"dest": "192.168.1.0/29",
"next_hops": [
{
"forward_router_address": "10.0.0.3",
"interface": "GigabitEthernet0/1.23",
"tag": 30
}
]
}
"tag": 30,
},
],
},
],
},
{
Expand All @@ -2193,20 +2193,20 @@ def test_ios_static_route_gathered(self):
"dest": "2001:DB8:0:3::/128",
"next_hops": [
{
"forward_router_address": "2001:DB8:0:3::33"
}
]
"forward_router_address": "2001:DB8:0:3::33",
},
],
},
{
"dest": "2001:DB8:0:3::/64",
"next_hops": [
{
"forward_router_address": "2001:DB8:0:3::3"
}
]
"forward_router_address": "2001:DB8:0:3::3",
},
],
},
]
}
],
},
],
},
]
Expand Down

0 comments on commit 60c66d0

Please sign in to comment.