Skip to content

Commit

Permalink
[plugin checker tests] Switch SQS link to the production
Browse files Browse the repository at this point in the history
GitOrigin-RevId: cb303c14f90d2ee449ace3fbdbf1060fe78831fa
  • Loading branch information
emrzv authored and intellij-monorepo-bot committed Feb 7, 2025
1 parent c7c2dcd commit 2897110
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class InstallPluginTest {

private fun reportErrorsToAwsSqs(errors: List<Error>) {
if (!teamCityIntelliJPerformanceServer.isBuildRunningOnCI) return
val sqsClient = SqsClientWrapper("https://sqs.eu-west-1.amazonaws.com/662690535244/dev_performance-verifier_external-services", EU_WEST_1)
val sqsClient = SqsClientWrapper("https://sqs.eu-west-1.amazonaws.com/046864285642/production__external-services", EU_WEST_1)
val buildUrl = System.getenv("BUILD_URL")
val marketplaceEvent = getMarketplaceEvent()

Expand Down

0 comments on commit 2897110

Please sign in to comment.