File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ go_library(
21
21
"framework.go" ,
22
22
"garbage_collector.go" ,
23
23
"generated_clientset.go" ,
24
- "get_code_version .go" ,
24
+ "get_server_version .go" ,
25
25
"namespace.go" ,
26
26
"protocol.go" ,
27
27
"resource_quota.go" ,
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2019 The Kubernetes Authors.
2
+ Copyright 2020 The Kubernetes Authors.
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
@@ -24,8 +24,8 @@ import (
24
24
"github.com/onsi/ginkgo"
25
25
)
26
26
27
- var _ = SIGDescribe ("get-code -version" , func () {
28
- f := framework .NewDefaultFramework ("get-code -version" )
27
+ var _ = SIGDescribe ("get-server -version" , func () {
28
+ f := framework .NewDefaultFramework ("get-server -version" )
29
29
ginkgo .It ("should find the server version" , func () {
30
30
31
31
ginkgo .By ("Request ServerVersion" )
You can’t perform that action at this time.
0 commit comments