Skip to content

Commit f0830f8

Browse files
feat: PAAL-123 update samples for e2e tests
1 parent 4823692 commit f0830f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/e2e_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ var _ = Describe("Manager", Ordered, func() {
463463
}
464464
Eventually(verifyDeploymentReady, 3*time.Minute).Should(Succeed())
465465

466-
467466
By("verifying the news agent pod is healthy")
468467
verifyPodHealthy := func(g Gomega) {
469468
cmd := exec.Command("kubectl", "get", "pods", "-l", "app="+newsAgentName, "-n", testNamespace,

0 commit comments

Comments
 (0)