mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 20:34:33 +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(
|
difflib.unified_diff(
|
||||||
self.reftext.splitlines(),
|
self.reftext.splitlines(),
|
||||||
self.outtext.splitlines(),
|
self.outtext.splitlines(),
|
||||||
"outtext",
|
|
||||||
"reftext",
|
"reftext",
|
||||||
|
"outtext",
|
||||||
lineterm="",
|
lineterm="",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user