Skip to content

Commit

Permalink
#1: reinserted fixture..
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Feb 6, 2019
1 parent 8fe4d11 commit 822a589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geospaas/catalog/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_search_datasets(self):

class DatasetURITests(TestCase):

fixtures = ["vocabularies"]
fixtures = ["vocabularies", "catalog"]

def setUp(self):
self.dataset = Dataset.objects.get(pk=1)
Expand Down

0 comments on commit 822a589

Please sign in to comment.