Skip to content

Commit a5971e1

Browse files
committed
squash if it fixes the tests
1 parent f571969 commit a5971e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/builds/build_pruning.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ var _ = g.Describe("[Feature:Builds][pruning] prune builds based on settings in
310310
g.It("[Conformance] buildconfigs should not have a default history limit set when created via the legacy api", func() {
311311

312312
g.By("creating a build config with the legacy api")
313-
err := oc.Run("create").Args("-f", legacyBuildConfig).Execute()
313+
err := oc.Run("create").Args("-f", legacyBuildConfig, "--raw=/oapi/v1/namespaces/"+oc.Namespace()+"/buildconfigs").Execute()
314314
o.Expect(err).NotTo(o.HaveOccurred())
315315

316316
buildConfig, err := oc.BuildClient().Build().BuildConfigs(oc.Namespace()).Get("myphp", metav1.GetOptions{})

0 commit comments

Comments
 (0)