Update missing assertion

This commit is contained in:
sonny 2021-05-29 16:56:16 +02:00
parent 68f332c758
commit 3304975de3

View file

@ -388,7 +388,7 @@ class RunTestCase(TestCase):
call().raise_for_status(),
]
self.mocked_put.assert_has_calls(expected_calls)
self.mocked_put.assert_has_calls(expected_calls, any_order=True)
def test_no_domains(self):
result = self.runner.invoke(run, ["TOKEN"])