File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
backend/apps/users/views/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ def authenticated_client(refresh_test_user):
158158 return client
159159
160160@pytest .fixture (scope = "session" )
161- def test_django_user (test_user_credentials , django_db_setup , django_db_blocker ):
161+ def test_django_user (test_user_credentials , users_db_setup , django_db_blocker ):
162162 """Create a test user in the Django database
163163
164164 This creates a Django User model instance matching the Supabase user
@@ -374,6 +374,6 @@ def mock_verify_jwt(self, token):
374374 return True
375375
376376@pytest .fixture (scope = "session" )
377- def django_db_setup (django_db_setup , django_db_blocker ):
377+ def users_db_setup (django_db_setup , django_db_blocker ):
378378 """Set up the database for session-scoped fixtures"""
379379 pass
You can’t perform that action at this time.
0 commit comments