Skip to content

Commit

Permalink
chore(hybrid-cloud): Mark Discord integration test as stable (#53381)
Browse files Browse the repository at this point in the history
  • Loading branch information
dashed authored and armenzg committed Jul 24, 2023
1 parent 95b3843 commit 335dd96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/sentry/integrations/discord/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
from sentry.models.auditlogentry import AuditLogEntry
from sentry.models.integrations.integration import Integration
from sentry.testutils import IntegrationTestCase
from sentry.testutils.silo import control_silo_test


@control_silo_test(stable=True)
class DiscordIntegrationTest(IntegrationTestCase):
provider = DiscordIntegrationProvider

Expand Down

0 comments on commit 335dd96

Please sign in to comment.