From 3304975de3adcb07fa18cd72d650129e31f03d52 Mon Sep 17 00:00:00 2001 From: sonny Date: Sat, 29 May 2021 16:56:16 +0200 Subject: [PATCH] Update missing assertion --- transip_client/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transip_client/tests.py b/transip_client/tests.py index 30098e7..7325a3e 100644 --- a/transip_client/tests.py +++ b/transip_client/tests.py @@ -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"])