mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 08:32:45 +00:00
test: fix label ordering on error diff report
Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
parent
4a0e8ed8da
commit
5d7737b7eb
@ -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