Skip to content

Commit c7f3639

Browse files
authored
chore: change order of test (#1303)
1 parent 2e0bcd7 commit c7f3639

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/sdk/tests/test_scm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ def test_custom_partner(self, unwrap):
5454
) and time.time() < timeout:
5555
time.sleep(3)
5656

57+
@pytest.mark.order(-9)
58+
def test_detach_custom_partner(self, unwrap):
5759
account = unwrap(self.iam_account.get_account)(self.iam_account)
5860
control = next(
5961
c for c in account["controls"] if c["id"] == Control.CUSTOM.value

0 commit comments

Comments
 (0)