Test Helpers should return the created resources #2011
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Milestone
We probably should return the created resource for every
create
function, to make them consistent, but can be in a different PR.Originally posted by @chizhg in #1995
We have many functions in https://github.com/knative/eventing/blob/master/test/common/creation.go of the form
CreateFooOrFail
. Those functions should return the Foo that was created.The text was updated successfully, but these errors were encountered: