Skip to content

Commit f3bfae2

Browse files
committed
updated deploy.yaml for errr
1 parent ed8d861 commit f3bfae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/apps/users/views/tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)