Fix typo in volumes e2e

pull/6/head
Paul Morie 2015-06-16 17:24:02 -04:00
parent 4d25121206
commit 0ec8332418
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ var _ = Describe("Volumes", func() {
// the test needs privileged containers, which are disabled by default.
// Run the test with "go run hack/e2e.go ... --ginkgo.focus=Volume"
Describe("[Skipped] NFS", func() {
It("should be montable", func() {
It("should be mountable", func() {
config := VolumeTestConfig{
namespace: namespace.Name,
prefix: "nfs",