Skip to content

Commit

Permalink
fixup! React to Program objects changing
Browse files Browse the repository at this point in the history
  • Loading branch information
squaremo committed Oct 25, 2022
1 parent 26c1b95 commit bf8cdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/program_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ var _ = Describe("Creating a YAML program", func() {
Expect(stack.Status.LastUpdate).ToNot(BeNil())
revisionOnFirstSuccess = stack.Status.LastUpdate.LastSuccessfulCommit
fmt.Fprintf(GinkgoWriter, ".status.lastUpdate.LastSuccessfulCommit before changing program: %s", revisionOnFirstSuccess)
prog2 := programFromFile("testdata/test-program-changed.yaml")
prog2 := programFromFile("./testdata/test-program-changed.yaml")
prog.Program = prog2.Program
resetWaitForStack()
Expect(k8sClient.Update(context.TODO(), &prog)).To(Succeed())
Expand Down

0 comments on commit bf8cdbc

Please sign in to comment.