Skip to content

Commit 5a702bf

Browse files
committed
black
1 parent 3ba5af7 commit 5a702bf

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/integration/renderer/test_request_hooks.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,14 @@ def update_output(value):
9393
"output": "output-1.children",
9494
"outputs": {"id": "output-1", "property": "children"},
9595
"changedPropIds": ["input.value"],
96-
"inputs": [
97-
{"id": "input", "property": "value", "value": "fire request hooks"}
98-
],
96+
"inputs": [{"id": "input", "property": "value", "value": "fire request hooks"}],
9997
}
10098

10199
assert json.loads(dash_duo.find_element("#output-post-payload").text) == {
102100
"output": "output-1.children",
103101
"outputs": {"id": "output-1", "property": "children"},
104102
"changedPropIds": ["input.value"],
105-
"inputs": [
106-
{"id": "input", "property": "value", "value": "fire request hooks"}
107-
],
103+
"inputs": [{"id": "input", "property": "value", "value": "fire request hooks"}],
108104
}
109105

110106
assert json.loads(dash_duo.find_element("#output-post-response").text) == {

0 commit comments

Comments
 (0)