refactor: 移除平台公告与跨租户目标
This commit is contained in:
@@ -65,7 +65,7 @@ public sealed class AnnouncementRegressionTests
|
||||
AnnouncementId = announcement.Id,
|
||||
Title = "更新后的标题",
|
||||
Content = "更新后的内容",
|
||||
TargetType = "ALL_TENANTS",
|
||||
TargetType = "TENANT_ALL",
|
||||
RowVersion = announcement.RowVersion
|
||||
};
|
||||
|
||||
@@ -92,7 +92,7 @@ public sealed class AnnouncementRegressionTests
|
||||
EffectiveTo = null,
|
||||
PublisherScope = PublisherScope.Tenant,
|
||||
Status = AnnouncementStatus.Draft,
|
||||
TargetType = "ALL_TENANTS",
|
||||
TargetType = "TENANT_ALL",
|
||||
TargetParameters = null,
|
||||
RowVersion = new byte[] { 1 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user