refactor(datasync): update tests to remove FetcherTypeName
- Remove FetcherTypeName assignments from test fixtures in ScheduleCheckerTests and SyncOrchestratorTests - Remove PrepurgeData and ReIndexData assignments from MassConfig in tests - Mark FetcherTypeName, PostProcessorTypeName, PrepurgeData, and ReIndexData as obsolete with deprecation warnings pointing to pipelines.json - Change FetcherTypeName from required to optional to allow tests to compile without providing the deprecated property
This commit is contained in:
@@ -545,7 +545,6 @@ public class SyncOrchestratorTests
|
||||
TableName = tableName,
|
||||
SourceSystem = "JDE",
|
||||
SourceData = tableName.ToUpper(),
|
||||
FetcherTypeName = $"Jde{tableName}Fetcher",
|
||||
IsEnabled = true,
|
||||
MassConfig = new ScheduleConfig { Enabled = true, IntervalMinutes = 10080 },
|
||||
DailyConfig = new ScheduleConfig { Enabled = true, IntervalMinutes = 1440 },
|
||||
|
||||
Reference in New Issue
Block a user