From e3e80b1863aa946ddd07430fbb70ecea3ba9c506 Mon Sep 17 00:00:00 2001 From: obs-gh-colinhutchinson <131207535+obs-gh-colinhutchinson@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:55:21 -0500 Subject: [PATCH] feat: test that we've successfully deprecated the go1.x runtime (#57) * feat: test that we've successfully deprecated the go1.x runtime * chore(deps): upgrade terraform --- terraform-aws-collection | 2 +- test/integration/base/verify/collection_spec.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform-aws-collection b/terraform-aws-collection index 6c009e2..d1a0be7 160000 --- a/terraform-aws-collection +++ b/terraform-aws-collection @@ -1 +1 @@ -Subproject commit 6c009e24b95d849d1568f2600c69c1f1651cb1d0 +Subproject commit d1a0be78ad201ba6fedd2facc6595372d28211ba diff --git a/test/integration/base/verify/collection_spec.rb b/test/integration/base/verify/collection_spec.rb index bdb0cd3..d9e57e4 100644 --- a/test/integration/base/verify/collection_spec.rb +++ b/test/integration/base/verify/collection_spec.rb @@ -21,8 +21,8 @@ describe lambda("#{provider}-#{user}") do it { should exist } its(:timeout) { should eq 120 } - its(:runtime) { should eq 'go1.x' } - its(:handler) { should eq 'main' } + its(:runtime) { should eq 'provided.al2' } + its(:handler) { should eq 'bootstrap' } end # Get all S3 buckets