Skip to content

Commit

Permalink
[plugin checker tests] For SQS, add ?guest=1 to URL to avoid showing …
Browse files Browse the repository at this point in the history
…the TeamCity login dialog

GitOrigin-RevId: 692ef6ed0fd7ef850cbe36dbbea8472d418772a8
  • Loading branch information
emrzv authored and intellij-monorepo-bot committed Feb 17, 2025
1 parent 415b3c8 commit 4da81f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class InstallPluginTest {
val message = VerificationMessage(
error.messageText.let { it.take(256) + if (it.length > 256) "..." else "" },
VerificationResultType.PROBLEMS,
buildUrl,
"$buildUrl?guest=1",
marketplaceEvent.id,
marketplaceEvent.verificationType,
null
Expand Down

0 comments on commit 4da81f2

Please sign in to comment.