Skip to content

Commit

Permalink
Update CLIInstallAgent.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 267b75d commit ce6c319
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe("InstallAgentModal", () => {
name: "testname",
properties: {},
kubernetes: {
interval: "1m",
schedule: "1m",
exclusions: ["testexclusion1", "testexclusion2"]
}
}}
Expand Down Expand Up @@ -99,7 +99,7 @@ describe("InstallAgentModal", () => {
helm install mc-agent-kubernetes flanksource/mission-control-kubernetes -n "mission-control-agent" \\
--set scraper.clusterName="testname" \\
--set scraper.interval="1m"
--set scraper.schedule="1m"
"
`);
});
Expand Down

0 comments on commit ce6c319

Please sign in to comment.