From a2465303475f570a1b27160fd71a0d7e3c1c5f6c Mon Sep 17 00:00:00 2001 From: rpkyle Date: Fri, 9 Oct 2020 16:16:22 -0400 Subject: [PATCH] use start --- tests/integration/test_callback_instrumentation.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/integration/test_callback_instrumentation.py b/tests/integration/test_callback_instrumentation.py index acd0f384..3f9a7e44 100644 --- a/tests/integration/test_callback_instrumentation.py +++ b/tests/integration/test_callback_instrumentation.py @@ -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",