Split test_api_users.py into users/test_api_users_create.py

This commit is contained in:
Marie PUPO JEAMMET
2024-12-17 13:48:18 +01:00
parent bcdc57905b
commit 6061a65e44

View File

@@ -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