mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 18:42:48 +00:00
Merge pull request #17676 from LabNConsulting/fix-ut-error-label
test: fix label ordering on error diff report
This commit is contained in:
commit
d34cfcb878
@ -163,8 +163,8 @@ class TestRefMismatch(Exception):
|
||||
difflib.unified_diff(
|
||||
self.reftext.splitlines(),
|
||||
self.outtext.splitlines(),
|
||||
"outtext",
|
||||
"reftext",
|
||||
"outtext",
|
||||
lineterm="",
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user