We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75401f3 commit ed6c23aCopy full SHA for ed6c23a
tests/unit/test_service_stack.py
@@ -52,6 +52,7 @@ def test_service_stack_created():
52
"Command": ["test"],
53
"HealthCheck": {"Command": ["CMD", "/healthcheck"]},
54
}
55
- ]
+ ],
56
+ "Cpu": "256",
57
},
58
)
0 commit comments