From bf8cdbcd2f3a4fc14422246cddf7f2d05ce4c603 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Tue, 25 Oct 2022 11:16:39 +0100 Subject: [PATCH] fixup! React to Program objects changing --- test/program_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/program_test.go b/test/program_test.go index 86978c40..edc0760b 100644 --- a/test/program_test.go +++ b/test/program_test.go @@ -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())