Allow test calls in any order
There are threads involved and the order is undefined. We need to accept any order. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
0ab6f48de3
commit
7d00942d13
1 changed files with 2 additions and 1 deletions
|
|
@ -170,7 +170,8 @@ class TestCreateArchRepos(helpers.PungiTestCase):
|
|||
mock.call(
|
||||
old_repo, os.path.join(self.compose.topdir, "work/x86_64/repo/foo")
|
||||
),
|
||||
]
|
||||
],
|
||||
any_order=True,
|
||||
)
|
||||
self.compose.log_info.assert_has_calls(
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue