Skip to content

Commit 5e3128d

Browse files
committed
fix(test): update CPU base image assertion to python:3.11-slim
Match test expectation with unified Python 3.11 base image change in FLASH_CPU_BASE_IMAGE constant.
1 parent 1daec88 commit 5e3128d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_cpu_disk_sizing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_live_serverless_cpu_integration(self):
129129
# 2. CPU utilities calculate minimum disk size
130130
# 3. Template creation with auto-sizing
131131
# 4. Validation passes
132-
assert live_serverless.imageName == "python:3.12-slim"
132+
assert live_serverless.imageName == "python:3.11-slim"
133133
assert live_serverless.instanceIds == [
134134
CpuInstanceType.CPU5C_1_2,
135135
CpuInstanceType.CPU5C_2_4,

0 commit comments

Comments
 (0)