invoke: pack and go are known compatible (#1219)

This commit is contained in:
Luke Kingland 2022-09-06 16:42:18 -06:00 committed by GitHub
parent fee8dfcb0c
commit 645990203d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func TestInvoke(t *testing.T) {
run(t, bin, prefix, "create", "--language=go", "--template=cloudevents", cwd)
set(t, "handle.go", TestInvokeFunctionImpl)
run(t, bin, prefix, "deploy", "--registry", GetRegistry())
run(t, bin, prefix, "deploy", "--builder=pack", "--registry", GetRegistry())
infoOut := run(t, bin, prefix, "info", "--output", "plain")
run(t, bin, prefix, "invoke", "--verbose=true", "--content-type=text/plain", "--source=func:set", "--data=TEST")