Skip to content

Commit

Permalink
fix: remove userview from api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Dec 6, 2024
1 parent 6f56af3 commit 7713f9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions backend/tests/api/user/test_users.py

This file was deleted.

2 changes: 1 addition & 1 deletion backend/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@pytest.fixture
def user():
"""Creates and returns a user."""
return User.objects.create_user(email='[email protected]', password='testpass')
return User.objects.create_user(email='[email protected]', password='testpass') # type: ignore


@pytest.fixture
Expand Down

0 comments on commit 7713f9d

Please sign in to comment.