Skip to content

Commit

Permalink
Merge branch 'main' into chore/dce-aws-environments
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-colinhutchinson authored Nov 17, 2023
2 parents c402e4c + e3e80b1 commit d778bf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform-aws-collection
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 d778bf5

Please sign in to comment.