We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d27e69 commit fd2aec1Copy full SHA for fd2aec1
changes/144.fixed
@@ -0,0 +1 @@
1
+If the value is a a bool, the function extract_data_from_json will attempt to iterate through the nested values
tests/test_get_value.py
@@ -151,4 +151,6 @@ def test_not_iterable_value():
151
152
value = extract_data_from_json(data=data, path=path)
153
154
- assert value == True
+ expected_output = True
155
+
156
+ assert value == expected_output
0 commit comments