Commit a5cb3ac
fix: normalize runtime version format in integration test log comparison
The Lambda runtime now emits versions like `python:3.10.mainlinev2.v3`
instead of the old `python:3.10.v3` format, causing snapshot mismatches.
Broaden the sed pattern to match any alphanumeric version suffix.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8cfa94f commit a5cb3ac
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments