From c3dfd30e518adb596486a995a41a9065fafb9172 Mon Sep 17 00:00:00 2001 From: Avesh Agarwal Date: Tue, 27 Oct 2015 14:58:19 -0400 Subject: [PATCH] Fixes incorrect output. --- test/e2e/pre_stop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/pre_stop.go b/test/e2e/pre_stop.go index eee668d881f..89b79a5d51e 100644 --- a/test/e2e/pre_stop.go +++ b/test/e2e/pre_stop.go @@ -92,7 +92,7 @@ func testPreStop(c *client.Client, ns string) { }, } - By(fmt.Sprintf("Creating tester pod %s in namespace %s", podDescr.Name, ns)) + By(fmt.Sprintf("Creating tester pod %s in namespace %s", preStopDescr.Name, ns)) _, err = c.Pods(ns).Create(preStopDescr) expectNoError(err, fmt.Sprintf("creating pod %s", preStopDescr.Name)) deletePreStop := true