forked from Mirror/frr
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 a new issue