Merge pull request #29250 from aveshagarwal/master-node-e2e-configmap-fixes

Automatic merge from submit-queue

Fix a typo
This commit is contained in:
k8s-merge-robot 2016-07-20 07:52:23 -07:00 committed by GitHub
commit 3af6f472e4

View File

@ -32,7 +32,7 @@ var _ = framework.KubeDescribe("ConfigMap", func() {
f := framework.NewDefaultFramework("configmap")
It("should be consumable from pods in volumpe [Conformance]", func() {
It("should be consumable from pods in volume [Conformance]", func() {
doConfigMapE2EWithoutMappings(f, 0, 0)
})