Skip to content

Commit

Permalink
Fix the unit test error for TestShowVrf
Browse files Browse the repository at this point in the history
  • Loading branch information
MuLinForest authored Aug 29, 2024
1 parent d576922 commit a5712ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions show/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ def vrf(vrf_name):
body.append([vrf, ""])
else:
intfs = intfs_dict[vrf]
intfs = natsorted(intfs)
body.append([vrf, intfs[0]])
for intf in intfs[1:]:
body.append(["", intf])
Expand Down

0 comments on commit a5712ab

Please sign in to comment.