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