Skip to content

Commit b331626

Browse files
authored
fix the chaoshub fault url (#145)
Signed-off-by: Shubham Chaudhary <[email protected]>
1 parent 19f3788 commit b331626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bdd/bdd_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ var _ = BeforeSuite(func() {
105105
log.Info("RBAC created")
106106

107107
By("Installing Generic Experiments")
108-
err = exec.Command("kubectl", "apply", "-f", "https://hub.litmuschaos.io/api/chaos/master?file=charts/generic/experiments.yaml", "-n", "litmus").Run()
108+
err = exec.Command("kubectl", "apply", "-f", "https://hub.litmuschaos.io/api/chaos/master?file=faults/kubernetes/experiments.yaml", "-n", "litmus").Run()
109109
Expect(err).To(BeNil(), "unable to install experiments")
110110
log.Info("generic experiments created")
111111

0 commit comments

Comments
 (0)