diff --git a/biscuit/core/tests/browser/test_selenium.py b/biscuit/core/tests/browser/test_selenium.py index 079e9011174d58632879ba97d155afeba54af1d0..a18b563a8ff2d9a7be532556b54dc244678569b0 100644 --- a/biscuit/core/tests/browser/test_selenium.py +++ b/biscuit/core/tests/browser/test_selenium.py @@ -30,6 +30,7 @@ class SeleniumTests(LiveServerTestCase): else: return False + @pytest.mark.django_db def test_index(self): self.selenium.get(self.live_server_url + '/') assert 'BiscuIT' in self.selenium.title