Update tests/test_utils_lazypv.py
Run CI Tests / test (push) Successful in 29s

This commit is contained in:
2025-07-25 17:36:35 +02:00
parent f4435bb982
commit 0df8fedb14
+1 -1
View File
@@ -51,7 +51,7 @@ def test_getattr():
get_method = pv.__getattr__('get')
assert callable(get_method) # Check if it's really a function
result = get_method()
result = get_method(timeout=3.0)
assert isinstance(result, dict), "Expected dict because form='time'"
# Full check of expected fields