Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent 8c96078 commit 09a5b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/modules/network/iosxr/test_iosxr_static_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_iosxr_static_routes_merged_vrf_ipv4(self):
"router static",
"vrf TEST_VRF",
"address-family ipv4 unicast",
"192.1.0.0/24 GigabitEthernet0/0/0/1"
"192.1.0.0/24 GigabitEthernet0/0/0/1",
]
self.execute_module(changed=True, commands=commands)

Expand Down Expand Up @@ -229,7 +229,7 @@ def test_iosxr_static_routes_merged_vrf_ipv6(self):
"router static",
"vrf TEST_VRF",
"address-family ipv6 unicast",
"2002:db5::/64 GigabitEthernet0/0/0/2"
"2002:db5::/64 GigabitEthernet0/0/0/2",
]
self.execute_module(changed=True, commands=commands)

Expand Down

0 comments on commit 09a5b14

Please sign in to comment.