|
@@ -26,7 +26,7 @@ def mock_is_login_provider_effect(provider_key: str) -> bool:
|
|
return provider_key in ("github", "vsts", "google")
|
|
return provider_key in ("github", "vsts", "google")
|
|
|
|
|
|
|
|
|
|
-@control_silo_test
|
|
|
|
|
|
+@control_silo_test(stable=True)
|
|
class UserIdentityConfigEndpointTest(UserIdentityConfigTest):
|
|
class UserIdentityConfigEndpointTest(UserIdentityConfigTest):
|
|
endpoint = "sentry-api-0-user-identity-config"
|
|
endpoint = "sentry-api-0-user-identity-config"
|
|
method = "get"
|
|
method = "get"
|
|
@@ -150,7 +150,7 @@ class UserIdentityConfigEndpointTest(UserIdentityConfigTest):
|
|
assert identity["status"] == "needed_for_org_auth"
|
|
assert identity["status"] == "needed_for_org_auth"
|
|
|
|
|
|
|
|
|
|
-@control_silo_test
|
|
|
|
|
|
+@control_silo_test(stable=True)
|
|
class UserIdentityConfigDetailsEndpointGetTest(UserIdentityConfigTest):
|
|
class UserIdentityConfigDetailsEndpointGetTest(UserIdentityConfigTest):
|
|
endpoint = "sentry-api-0-user-identity-config-details"
|
|
endpoint = "sentry-api-0-user-identity-config-details"
|
|
method = "get"
|
|
method = "get"
|
|
@@ -193,7 +193,7 @@ class UserIdentityConfigDetailsEndpointGetTest(UserIdentityConfigTest):
|
|
)
|
|
)
|
|
|
|
|
|
|
|
|
|
-@control_silo_test
|
|
|
|
|
|
+@control_silo_test(stable=True)
|
|
class UserIdentityConfigDetailsEndpointDeleteTest(UserIdentityConfigTest):
|
|
class UserIdentityConfigDetailsEndpointDeleteTest(UserIdentityConfigTest):
|
|
endpoint = "sentry-api-0-user-identity-config-details"
|
|
endpoint = "sentry-api-0-user-identity-config-details"
|
|
method = "delete"
|
|
method = "delete"
|