diff --git a/pkg/reporting/report_test.go b/pkg/reporting/report_test.go index af367d26b1..ec39743893 100644 --- a/pkg/reporting/report_test.go +++ b/pkg/reporting/report_test.go @@ -353,6 +353,11 @@ func createTestInstanceEvent(reportedAt int64) InstanceReportEvent { KurlInstallID: "test-kurl-install-id", IsGitOpsEnabled: true, GitOpsProvider: "test-gitops-provider", + SnapshotProvider: "test-snapshot-provider", + SnapshotFullSchedule: "0 0 * * *", + SnapshotFullTTL: "720h", + SnapshotPartialSchedule: "0 0 * * *", + SnapshotPartialTTL: "720h", DownstreamChannelID: "test-downstream-channel-id", DownstreamChannelSequence: 123, DownstreamChannelName: "test-downstream-channel-name",