From a5971e1264a705e22ab747e17e41c7c70a62ca27 Mon Sep 17 00:00:00 2001 From: David Eads Date: Mon, 16 Apr 2018 09:38:39 -0400 Subject: [PATCH] squash if it fixes the tests --- test/extended/builds/build_pruning.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/extended/builds/build_pruning.go b/test/extended/builds/build_pruning.go index f8286d9dca42..5182be87ea92 100644 --- a/test/extended/builds/build_pruning.go +++ b/test/extended/builds/build_pruning.go @@ -310,7 +310,7 @@ var _ = g.Describe("[Feature:Builds][pruning] prune builds based on settings in g.It("[Conformance] buildconfigs should not have a default history limit set when created via the legacy api", func() { g.By("creating a build config with the legacy api") - err := oc.Run("create").Args("-f", legacyBuildConfig).Execute() + err := oc.Run("create").Args("-f", legacyBuildConfig, "--raw=/oapi/v1/namespaces/"+oc.Namespace()+"/buildconfigs").Execute() o.Expect(err).NotTo(o.HaveOccurred()) buildConfig, err := oc.BuildClient().Build().BuildConfigs(oc.Namespace()).Get("myphp", metav1.GetOptions{})