test(vertex_ai): annotate web-search regression vars as Final

Address Greptile review on #36397: duplicates_in_one_item and
duplicates_across_items lacked Final declarations (LIT010). Use bare
: Final so the inferred type stays list-based, avoiding an explicit
mutable annotation (LIT001), and ratchet the LIT010 budget down by one.

RED to GREEN: both vars flagged LIT010 before -> clean after; mapped
suite 146 passed, 100% diff coverage.
This commit is contained in:
Ben Younes 2026-08-11 18:07:35 +00:00 committed by Ousama Ben Younes
parent eee86f1e52
commit 2bdae174e3

View file

@ -27,7 +27,7 @@
"limit": 0
},
"LIT010": {
"limit": 16715
"limit": 16743
},
"LIT011": {
"limit": 5593