Skip to content

Commit

Permalink
Merge pull request #2 from advisory/feature/fix-template-rendering
Browse files Browse the repository at this point in the history
Check csrf during tests run
  • Loading branch information
kingbuzzman authored Mar 2, 2017
2 parents 2af94a1 + 2cc553b commit 08ec19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class ExportMixin(object):
fixtures = ['adminactions', 'demoproject']
urls = 'demo.urls'
csrf_checks = False
csrf_checks = True

def setUp(self):
super(ExportMixin, self).setUp()
Expand Down

0 comments on commit 08ec19b

Please sign in to comment.