File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ def test_smoke(self, lambda_client):
137
137
cr ["spec" ]["description" ] = "Updated description"
138
138
cr ["spec" ]["timeout" ] = 10
139
139
cr ["spec" ]["tags" ] = update_tags
140
-
140
+
141
141
# Patch k8s resource
142
142
k8s .patch_custom_resource (ref , cr )
143
143
time .sleep (UPDATE_WAIT_AFTER_SECONDS )
@@ -332,7 +332,7 @@ def test_function_package_type_image(self, lambda_client):
332
332
assert lambda_validator .function_exists (resource_name )
333
333
334
334
cr ["spec" ]["timeout" ] = 10
335
- cr ["spec" ]["ephemeralStorage" ] = { "size" : 1024 }
335
+ cr ["spec" ]["ephemeralStorage" ] = { "size" : 512 }
336
336
337
337
# Patch k8s resource
338
338
k8s .patch_custom_resource (ref , cr )
@@ -341,7 +341,7 @@ def test_function_package_type_image(self, lambda_client):
341
341
# Check function updated fields
342
342
function = lambda_validator .get_function (resource_name )
343
343
assert function ["Configuration" ]["Timeout" ] == 10
344
- assert function ["Configuration" ]["EphemeralStorage" ]["Size" ] == 1024
344
+ assert function ["Configuration" ]["EphemeralStorage" ]["Size" ] == 512
345
345
346
346
# Delete k8s resource
347
347
_ , deleted = k8s .delete_custom_resource (ref )
You can’t perform that action at this time.
0 commit comments