Merge branch '0.10' into 0.11

pull/2337/merge
sebres 2021-03-22 00:58:03 +01:00
commit 061fab898a
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ def _assert_correct_last_attempt(utest, filter_, output, count=None):
utest.assertEqual(len(found), 1)
_assert_equal_entries(utest, found[0], output, count)
else:
utest.assertEqual(len(found), len(output))
# sort by string representation of ip (multiple failures with different ips):
found = sorted(found, key=lambda x: str(x))
output = sorted(output, key=lambda x: str(x))