From 0fcd62c9211e226afaf4f524db15aa75c184f57d Mon Sep 17 00:00:00 2001 From: nikhiljindal Date: Wed, 18 Mar 2015 01:21:10 -0700 Subject: [PATCH] Updating integration tests to test both API versions - v1beta1 and 3 --- examples_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples_test.go b/examples_test.go index 43654175..a672401d 100644 --- a/examples_test.go +++ b/examples_test.go @@ -100,7 +100,8 @@ func TestExampleObjectSchemas(t *testing.T) { "pod": &api.Pod{}, }, "../cmd/integration": { - "controller": &api.ReplicationController{}, + "v1beta1-controller": &api.ReplicationController{}, + "v1beta3-controller": &api.ReplicationController{}, }, "../examples/guestbook": { "frontend-controller": &api.ReplicationController{},