Merge pull request #69730 from xichengliudui/fix18101204

Fix some typo

Kubernetes-commit: e77e8ffbf5c466f232f970ae529d745ae27e0ff7
This commit is contained in:
Kubernetes Publisher 2018-10-22 23:59:24 -07:00
commit af5573895c
1 changed files with 1 additions and 1 deletions

View File

@ -1166,7 +1166,7 @@ func (t *Tester) testDeleteGracefulShorten(obj runtime.Object, createFn CreateFu
// testGetDifferentNamespace ensures same-name objects in different namespaces do not clash
func (t *Tester) testGetDifferentNamespace(obj runtime.Object) {
if t.clusterScope {
t.Fatalf("the test does not work in in cluster-scope")
t.Fatalf("the test does not work in cluster-scope")
}
objMeta := t.getObjectMetaOrFail(obj)