We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0bcd7 commit c7f3639Copy full SHA for c7f3639
python/sdk/tests/test_scm.py
@@ -54,6 +54,8 @@ def test_custom_partner(self, unwrap):
54
) and time.time() < timeout:
55
time.sleep(3)
56
57
+ @pytest.mark.order(-9)
58
+ def test_detach_custom_partner(self, unwrap):
59
account = unwrap(self.iam_account.get_account)(self.iam_account)
60
control = next(
61
c for c in account["controls"] if c["id"] == Control.CUSTOM.value
0 commit comments