Commit a9eab07
fix: assert high-res metric value is present instead of summing
With the padded window, both standard (4) and high-res (8) product
metrics appear as separate 1-second buckets, so the sum is 12 not 8.
Instead, assert that the high-res value (8.0) is contained in the
returned data points.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e32dc78 commit a9eab07
File tree
1 file changed
+3
-4
lines changed- powertools-e2e-tests/src/test/java/software/amazon/lambda/powertools
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
130 | 129 | | |
131 | 130 | | |
0 commit comments