Skip to content

Commit

Permalink
Update FluxInstallAgent.unit.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored and mainawycliffe committed Sep 19, 2024
1 parent ce6c319 commit 648c461
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe("InstallAgentModal", () => {
kind: HelmRepository
name: flanksource
namespace: mission-control-agent
interval: 1m
interval: 5m
values:
upstream:
createSecret: true
Expand All @@ -107,7 +107,7 @@ describe("InstallAgentModal", () => {
namespace: mission-control-agent
values:
clusterName: "testname"
interval: ""
schedule: ""
"
`);
});
Expand All @@ -126,7 +126,7 @@ describe("InstallAgentModal", () => {
name: "testname",
properties: {},
kubernetes: {
interval: "1m",
schedule: "1m",
exclusions: ["testexclusion1", "testexclusion2"]
}
}}
Expand Down Expand Up @@ -168,7 +168,7 @@ describe("InstallAgentModal", () => {
kind: HelmRepository
name: flanksource
namespace: mission-control-agent
interval: 1m
interval: 5m
values:
upstream:
createSecret: true
Expand All @@ -192,7 +192,7 @@ describe("InstallAgentModal", () => {
namespace: mission-control-agent
values:
clusterName: "testname"
interval: ""
schedule: ""
"
`);
});
Expand Down

0 comments on commit 648c461

Please sign in to comment.