Skip to content

Commit

Permalink
update airgap report test
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Nov 20, 2023
1 parent b0fcd6c commit 5b3b32e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/reporting/report_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5b3b32e

Please sign in to comment.