Skip to content

Commit

Permalink
wtf was config.xxx doing there?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed May 21, 2019
1 parent cf46e6b commit c096aa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c096aa1

Please sign in to comment.