Skip to content

Commit

Permalink
use start
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkyle committed Oct 9, 2020
1 parent cc44b22 commit a246530
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/integration/test_callback_instrumentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@
"""

def test_rsci001_test_callback_instrumentation(dashr_server):
dashr_server.start_server(app)
dashr_server.wait_for_text_to_equal(
"#messageDiv",
"Hello world!"
)
dashr_server.start(app)

response = requests.post(
"http://127.0.0.1:8050" + "/_dash-update-component",
Expand Down

0 comments on commit a246530

Please sign in to comment.