Skip to content

Commit

Permalink
fix the chaoshub fault url
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Chaudhary <[email protected]>
  • Loading branch information
ispeakc0de committed Sep 29, 2023
1 parent 19f3788 commit 118c3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bdd/bdd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var _ = BeforeSuite(func() {
log.Info("RBAC created")

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

Expand Down

0 comments on commit 118c3cb

Please sign in to comment.