mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
test(e2e): throwaway top-level probe with a type error to prove the gate now runs
This commit is contained in:
parent
b0aafabdee
commit
9d6b8bb14a
1 changed files with 3 additions and 0 deletions
3
tests/e2e/zz_pathspec_probe.py
Normal file
3
tests/e2e/zz_pathspec_probe.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from typing import Final
|
||||
|
||||
PROBE: Final[int] = "a string where the gate must see an int"
|
||||
Loading…
Add table
Reference in a new issue