We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f571969 commit a5971e1Copy full SHA for a5971e1
test/extended/builds/build_pruning.go
@@ -310,7 +310,7 @@ var _ = g.Describe("[Feature:Builds][pruning] prune builds based on settings in
310
g.It("[Conformance] buildconfigs should not have a default history limit set when created via the legacy api", func() {
311
312
g.By("creating a build config with the legacy api")
313
- err := oc.Run("create").Args("-f", legacyBuildConfig).Execute()
+ err := oc.Run("create").Args("-f", legacyBuildConfig, "--raw=/oapi/v1/namespaces/"+oc.Namespace()+"/buildconfigs").Execute()
314
o.Expect(err).NotTo(o.HaveOccurred())
315
316
buildConfig, err := oc.BuildClient().Build().BuildConfigs(oc.Namespace()).Get("myphp", metav1.GetOptions{})
0 commit comments