Fix tests.

This commit is contained in:
Brendan Burns
2014-10-21 07:19:55 -07:00
parent 465acd5e76
commit 6fbbc9ee08
3 changed files with 8 additions and 4 deletions

View File

@@ -109,6 +109,9 @@ func TestExampleObjectSchemas(t *testing.T) {
"../examples/walkthrough": {
"pod1": &api.Pod{},
"pod2": &api.Pod{},
"pod-with-http-healthcheck": &api.Pod{},
"service": &api.Service{},
"replication-controller": &api.ReplicationController{},
},
}