This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user