From 811a334be9fcb611949e44cf7c5f733a2c159d4e Mon Sep 17 00:00:00 2001 From: timchenxiaoyu <837829664@qq.com> Date: Fri, 3 Mar 2017 17:22:38 +0800 Subject: [PATCH] fix request typo --- pkg/controller/volume/persistentvolume/framework_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/volume/persistentvolume/framework_test.go b/pkg/controller/volume/persistentvolume/framework_test.go index b50666e523..8eaa363bcf 100644 --- a/pkg/controller/volume/persistentvolume/framework_test.go +++ b/pkg/controller/volume/persistentvolume/framework_test.go @@ -167,7 +167,7 @@ func (r *volumeReactor) React(action core.Action) (handled bool, ret runtime.Obj return true, nil, err } - // Test did not requst to inject an error, continue simulating API server. + // Test did not request to inject an error, continue simulating API server. switch { case action.Matches("create", "persistentvolumes"): obj := action.(core.UpdateAction).GetObject()