Skip to content

Commit 369cd88

Browse files
committed
Fix rdrh001
1 parent b324a7f commit 369cd88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/renderer/test_request_hooks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,15 @@ def update_output(value):
9595
"output": "output-1.children",
9696
"outputs": {"id": "output-1", "property": "children"},
9797
"changedPropIds": ["input.value"],
98+
"parsedChangedPropsIds": ["input.value"],
9899
"inputs": [{"id": "input", "property": "value", "value": "fire request hooks"}],
99100
}
100101

101102
assert json.loads(dash_duo.find_element("#output-post-payload").text) == {
102103
"output": "output-1.children",
103104
"outputs": {"id": "output-1", "property": "children"},
104105
"changedPropIds": ["input.value"],
106+
"parsedChangedPropsIds": ["input.value"],
105107
"inputs": [{"id": "input", "property": "value", "value": "fire request hooks"}],
106108
}
107109

0 commit comments

Comments
 (0)