From e31687744aa2eb70d9768efbfc4b754cd195e40b Mon Sep 17 00:00:00 2001 From: Philippe Duval Date: Tue, 25 Sep 2018 19:34:47 -0400 Subject: [PATCH 1/2] Fix component suites test bundle name change. --- tests/test_plotlyauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plotlyauth.py b/tests/test_plotlyauth.py index 709892f..c3f1f01 100644 --- a/tests/test_plotlyauth.py +++ b/tests/test_plotlyauth.py @@ -22,7 +22,7 @@ 'protected': { 'get': [ '/_dash-layout', '/_dash-routes', '/_dash-dependencies', - '/_dash-component-suites/dash_html_components/bundle.js', + '/_dash-component-suites/dash_html_components/dash_html_components.min.js', '/static/', '/assets/' ], 'post': ['/_dash-update-component'] From 903579aa898a08b9fe10eb481e46c6ff1a9214b3 Mon Sep 17 00:00:00 2001 From: Philippe Duval Date: Thu, 27 Sep 2018 16:52:34 -0400 Subject: [PATCH 2/2] Add favicon routes to endpoints tests. --- tests/test_plotlyauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plotlyauth.py b/tests/test_plotlyauth.py index c3f1f01..1462980 100644 --- a/tests/test_plotlyauth.py +++ b/tests/test_plotlyauth.py @@ -23,7 +23,7 @@ 'get': [ '/_dash-layout', '/_dash-routes', '/_dash-dependencies', '/_dash-component-suites/dash_html_components/dash_html_components.min.js', - '/static/', '/assets/' + '/static/', '/assets/', '/_favicon.ico' ], 'post': ['/_dash-update-component'] },