Skip to content

Commit

Permalink
squash if it fixes the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Apr 16, 2018
1 parent f571969 commit a5971e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/builds/build_pruning.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{})
Expand Down

0 comments on commit a5971e1

Please sign in to comment.