Skip to content

Commit 5fb4fd8

Browse files
yuqingyangabrilgzz
authored andcommitted
Change test in Notifier
1 parent 5a8852a commit 5fb4fd8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Service/GroupMembershipManagement/Hosts/Notifier/Function/Orchestrator/OrchestratorFunction.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ await context.CallActivityAsync(nameof(LoggerFunction),
8585
case nameof(NotificationMessageType.SourceNotExistNotification):
8686
message.SubjectTemplate = NotificationConstants.DisabledNotificationSubject;
8787
message.ContentTemplate = NotificationConstants.SyncDisabledNoGroupContent;
88-
89-
case nameof(NotificationMessageType.NoDataNotification):
90-
message.SubjectTemplate = NotificationConstants.NoDataSubject;
91-
message.ContentTemplate = NotificationConstants.NoDataContent;
9288
await context.CallActivityAsync(nameof(SendNotification), message);
9389
break;
9490

0 commit comments

Comments
 (0)