Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Aug 27, 2020
1 parent 3ba5af7 commit 5a702bf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/integration/renderer/test_request_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,14 @@ def update_output(value):
"output": "output-1.children",
"outputs": {"id": "output-1", "property": "children"},
"changedPropIds": ["input.value"],
"inputs": [
{"id": "input", "property": "value", "value": "fire request hooks"}
],
"inputs": [{"id": "input", "property": "value", "value": "fire request hooks"}],
}

assert json.loads(dash_duo.find_element("#output-post-payload").text) == {
"output": "output-1.children",
"outputs": {"id": "output-1", "property": "children"},
"changedPropIds": ["input.value"],
"inputs": [
{"id": "input", "property": "value", "value": "fire request hooks"}
],
"inputs": [{"id": "input", "property": "value", "value": "fire request hooks"}],
}

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

0 comments on commit 5a702bf

Please sign in to comment.