Skip to content

Commit

Permalink
Split test_api_users.py into users/test_api_users_create.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeammet committed Dec 17, 2024
1 parent bcdc579 commit 6061a65
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -937,3 +937,4 @@ def test_api_users_delete_self():

assert response.status_code == HTTP_405_METHOD_NOT_ALLOWED
assert models.User.objects.count() == 1

0 comments on commit 6061a65

Please sign in to comment.