mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
fix non-gofmt'd things
This commit is contained in:
@@ -79,7 +79,7 @@ func TestExtractInvalidManifest(t *testing.T) {
|
||||
desc: "Unspecified container name",
|
||||
manifests: []api.ContainerManifest{
|
||||
{
|
||||
Version: "v1beta1",
|
||||
Version: "v1beta1",
|
||||
Containers: []api.Container{{Name: ""}},
|
||||
},
|
||||
},
|
||||
@@ -88,7 +88,7 @@ func TestExtractInvalidManifest(t *testing.T) {
|
||||
desc: "Invalid container name",
|
||||
manifests: []api.ContainerManifest{
|
||||
{
|
||||
Version: "v1beta1",
|
||||
Version: "v1beta1",
|
||||
Containers: []api.Container{{Name: "_INVALID_"}},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user