Fixes incorrect output.

pull/6/head
Avesh Agarwal 2015-10-27 14:58:19 -04:00
parent ad01a84ecb
commit c3dfd30e51
1 changed files with 1 additions and 1 deletions

View File

@ -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