Skip to content

Commit c096aa1

Browse files
committed
wtf was config.xxx doing there?
1 parent cf46e6b commit c096aa1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_resources.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def test_external(self):
4848
)
4949
app.layout = dcc.Markdown()
5050
app.scripts.config.serve_locally = False
51-
app.scripts.config.xxx = 123
5251

5352
with mock.patch('dash.dash.os.stat', return_value=StatMock()):
5453
resource = app._collect_and_register_resources(

0 commit comments

Comments
 (0)