Skip to content

Commit ed6c23a

Browse files
committed
fix from review
1 parent 75401f3 commit ed6c23a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_service_stack.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def test_service_stack_created():
5252
"Command": ["test"],
5353
"HealthCheck": {"Command": ["CMD", "/healthcheck"]},
5454
}
55-
]
55+
],
56+
"Cpu": "256",
5657
},
5758
)

0 commit comments

Comments
 (0)