Skip to content

Commit

Permalink
open debug for test_webui
Browse files Browse the repository at this point in the history
  • Loading branch information
binux committed Dec 14, 2014
1 parent 5feeee7 commit 49ff30d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ def setUpClass(self):
run_in_thread(result_worker.run)

ctx = run.webui.make_context('webui', [
'--scheduler-rpc', 'http://localhost:23333/'
'--scheduler-rpc', 'http://127.0.0.1:23333/'
], self.ctx)
app = run.webui.invoke(ctx)
app.debug = True
self.app = app.test_client()
self.rpc = app.config['scheduler_rpc']

Expand Down

0 comments on commit 49ff30d

Please sign in to comment.