Skip to content

Commit

Permalink
fix tests #214
Browse files Browse the repository at this point in the history
  • Loading branch information
cahytinne committed Jul 28, 2015
1 parent 32e4a2c commit 6fc2bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ class TestCsvView(unittest.TestCase):
def setUp(self):
self.config = testing.setUp()
self.request = testing.DummyRequest()
self.request.accept = '*/*'
self.regis = Registry()
self.regis.register_provider(provider(1))
self.request.skos_registry = self.regis
Expand Down

0 comments on commit 6fc2bb3

Please sign in to comment.