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:
Joseph Doherty
2026-01-06 14:22:26 -05:00
parent 6d08fd4a6c
commit 3c728dd575
3 changed files with 10 additions and 6 deletions
@@ -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 },