Fix naming for server version

This commit is contained in:
Stephen Heywood 2020-07-01 02:16:38 +00:00
parent c4e10c29ba
commit 4069194aea
2 changed files with 3 additions and 3 deletions

View File

@ -21,10 +21,10 @@ go_library(
"framework.go", "framework.go",
"garbage_collector.go", "garbage_collector.go",
"generated_clientset.go", "generated_clientset.go",
"get_server_version.go",
"namespace.go", "namespace.go",
"protocol.go", "protocol.go",
"resource_quota.go", "resource_quota.go",
"server_version.go",
"table_conversion.go", "table_conversion.go",
"watch.go", "watch.go",
"webhook.go", "webhook.go",

View File

@ -24,8 +24,8 @@ import (
"github.com/onsi/ginkgo" "github.com/onsi/ginkgo"
) )
var _ = SIGDescribe("get-server-version", func() { var _ = SIGDescribe("server version", func() {
f := framework.NewDefaultFramework("get-server-version") f := framework.NewDefaultFramework("server version")
ginkgo.It("should find the server version", func() { ginkgo.It("should find the server version", func() {
ginkgo.By("Request ServerVersion") ginkgo.By("Request ServerVersion")