Skip to content

Commit

Permalink
Update test_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Jun 9, 2014
1 parent 4888dab commit 8e0aab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_appbuilder/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,6 @@ def test_master_detail_view(self):
eq_(rv.status_code, 200)

rv = client.get('/model1masterchartview/list/')
#eq_(rv.status_code, 200)
eq_(rv.status_code, 200)
rv = client.get('/model1masterchartview/list/1')
eq_(rv.status_code, 200)

0 comments on commit 8e0aab7

Please sign in to comment.