We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b041a0f commit d81ff6cCopy full SHA for d81ff6c
go/porcelain/deploy_test.go
@@ -624,7 +624,7 @@ func TestBundle(t *testing.T) {
624
assert.Equal(t, "js", jsFunction.Runtime)
625
assert.Equal(t, "py", pyFunction.Runtime)
626
assert.Equal(t, "rs", rsFunction.Runtime)
627
- assert.Equal(t, "go", goFunction.Runtime)
+ assert.Equal(t, "provided.al2", goFunction.Runtime)
628
}
629
630
func TestBundleWithManifest(t *testing.T) {
0 commit comments