Open
Description
Specifications
- Client Version:1.47.0
- InfluxDB Version:2.7.10
- Platform: docker on linux
Code sample to reproduce problem
threshold = RangeThreshold(level=CheckStatusLevel.OK, min=0, max=10, within=True)
Expected behavior
raise ValueError: Invalid value for min
, must not be None
Actual behavior
use above code to create a check will raise error
Additional info
No response