Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Nov 26, 2024
1 parent 799751c commit b1b9cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/iac/adapters/cloudformation/aws/ecs/ecs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Resources:
-
Name: "busybox"
Image: "busybox"
Cpu: 256
Memory: 512
Cpu: "256"
Memory: "512"
Essential: true
Privileged: true
Environment:
Expand Down

0 comments on commit b1b9cb2

Please sign in to comment.