Skip to content

Commit 0feca84

Browse files
committed
fix parameterization of test error message
1 parent 477304c commit 0feca84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/storage/volume_metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ var _ = utils.SIGDescribe("[Serial] Volume metrics", func() {
117117
framework.ExpectNoError(err)
118118

119119
err = e2epod.WaitForPodRunningInNamespace(c, pod)
120-
framework.ExpectNoError(e2epod.WaitForPodRunningInNamespace(c, pod), "Error starting pod ", pod.Name)
120+
framework.ExpectNoError(e2epod.WaitForPodRunningInNamespace(c, pod), "Error starting pod %s", pod.Name)
121121

122122
e2elog.Logf("Deleting pod %q/%q", pod.Namespace, pod.Name)
123123
framework.ExpectNoError(framework.DeletePodWithWait(f, c, pod))

0 commit comments

Comments
 (0)