Skip to content

Commit bf054db

Browse files
committed
Remove slackId from domainIds
Signed-off-by: Aniruddh <aniruddh@purdue.edu>
1 parent 6934c92 commit bf054db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notifications/notifications/src/test/kotlin/org/opensearch/integtest/config/QueryNotificationConfigIT.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ class QueryNotificationConfigIT : PluginRestTestCase() {
627627
val urlIds = setOf(slackId, chimeId, microsoftTeamsId, webhookId)
628628
val recipientIds = setOf(emailGroupId)
629629
val fromIds = setOf(emailGroupId, smtpAccountId)
630-
val domainIds = setOf(slackId, chimeId, microsoftTeamsId, webhookId, smtpAccountId)
630+
val domainIds = setOf(chimeId, microsoftTeamsId, webhookId, smtpAccountId)
631631
Thread.sleep(1000)
632632

633633
// Get notification configs using query=slack
@@ -702,7 +702,7 @@ class QueryNotificationConfigIT : PluginRestTestCase() {
702702
val urlIds = setOf(slackId, chimeId, microsoftTeamsId, webhookId)
703703
val recipientIds = setOf(emailGroupId)
704704
val fromIds = setOf(emailGroupId, smtpAccountId)
705-
val domainIds = setOf(slackId, chimeId, microsoftTeamsId, webhookId, smtpAccountId)
705+
val domainIds = setOf(chimeId, microsoftTeamsId, webhookId, smtpAccountId)
706706
Thread.sleep(1000)
707707

708708
// Get notification configs using text_query=slack should not return any item

0 commit comments

Comments
 (0)