From ffcd0925994729ed76a037399618a50f2fa3b220 Mon Sep 17 00:00:00 2001 From: jennybuckley Date: Wed, 9 Jan 2019 14:23:03 -0800 Subject: [PATCH] test cross group conversion --- test/integration/apiserver/apply/apply_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/apiserver/apply/apply_test.go b/test/integration/apiserver/apply/apply_test.go index 5272bf555f4..4bbbaf59804 100644 --- a/test/integration/apiserver/apply/apply_test.go +++ b/test/integration/apiserver/apply/apply_test.go @@ -167,7 +167,7 @@ func TestApplyUpdateApplyConflictForced(t *testing.T) { } _, err = client.CoreV1().RESTClient().Patch(types.MergePatchType). - AbsPath("/apis/apps/v1"). + AbsPath("/apis/extensions/v1beta1"). Namespace("default"). Resource("deployments"). Name("deployment").