From c096aa1c445dada79ef4d81c146328253a742390 Mon Sep 17 00:00:00 2001 From: alexcjohnson Date: Tue, 21 May 2019 13:16:10 -0400 Subject: [PATCH] wtf was config.xxx doing there? --- tests/test_resources.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_resources.py b/tests/test_resources.py index 3b83028300..62fe0aaeed 100644 --- a/tests/test_resources.py +++ b/tests/test_resources.py @@ -48,7 +48,6 @@ def test_external(self): ) app.layout = dcc.Markdown() app.scripts.config.serve_locally = False - app.scripts.config.xxx = 123 with mock.patch('dash.dash.os.stat', return_value=StatMock()): resource = app._collect_and_register_resources(