Skip to content

Commit d81ff6c

Browse files
committed
fix: update test
1 parent b041a0f commit d81ff6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/porcelain/deploy_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ func TestBundle(t *testing.T) {
624624
assert.Equal(t, "js", jsFunction.Runtime)
625625
assert.Equal(t, "py", pyFunction.Runtime)
626626
assert.Equal(t, "rs", rsFunction.Runtime)
627-
assert.Equal(t, "go", goFunction.Runtime)
627+
assert.Equal(t, "provided.al2", goFunction.Runtime)
628628
}
629629

630630
func TestBundleWithManifest(t *testing.T) {

0 commit comments

Comments
 (0)