Skip to content

Commit

Permalink
[tests] Use a non-deprecated runtime in cost-allocation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Apr 8, 2024
1 parent 0dccd0e commit ba2e75f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bad/W9303_cost_allocation_tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ Resources:
FunctionWithoutAnyTags:
Type: AWS::Serverless::Function
Properties:
Runtime: nodejs14.x
Runtime: nodejs20.x
Handler: index.handler

FunctionWithBadCostAllocationTags:
Type: AWS::Serverless::Function
Properties:
Runtime: nodejs14.x
Runtime: nodejs20.x
Handler: index.handler
Tags:
Foo: Bar
Expand Down

0 comments on commit ba2e75f

Please sign in to comment.