Skip to content

Commit

Permalink
feat: test that we've successfully deprecated the go1.x runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-colinhutchinson committed Nov 3, 2023
1 parent caf7994 commit d3d91bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/base/verify/collection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3d91bb

Please sign in to comment.