mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
examples: Fix flacky example_test.
Update the file path.
This commit is contained in:
parent
82190a58b1
commit
ed8653a399
@ -157,11 +157,7 @@ func TestExampleObjectSchemas(t *testing.T) {
|
||||
"service": &api.Service{},
|
||||
"replication-controller": &api.ReplicationController{},
|
||||
},
|
||||
"../examples/update-demo/v1beta1": {
|
||||
"kitten-rc": &api.ReplicationController{},
|
||||
"nautilus-rc": &api.ReplicationController{},
|
||||
},
|
||||
"../examples/update-demo/v1beta3": {
|
||||
"../examples/update-demo": {
|
||||
"kitten-rc": &api.ReplicationController{},
|
||||
"nautilus-rc": &api.ReplicationController{},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user