mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update tests/pytests/unit/modules/test_saltcheck.py
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
This commit is contained in:
parent
0f529c13fc
commit
dac338bd1c
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ def test__generate_junit_out_list():
|
|||
+ """\t</testsuite>\n</testsuites>\n"""
|
||||
)
|
||||
ret = saltcheck._generate_junit_out_list(results)
|
||||
diff = main.diff_texts(ret, expected)
|
||||
diff = xmldiff.main.diff_texts(ret, expected)
|
||||
assert diff == []
|
||||
|
|
Loading…
Add table
Reference in a new issue