mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-12 17:54:10 +00:00
test(users): delete redundant rest admin deletion tests
This commit is contained in:
parent
e7c89e3e3f
commit
ab081f6fbc
1 changed files with 0 additions and 3 deletions
|
@ -111,9 +111,6 @@ def mock_subprocess_popen(mocker):
|
|||
|
||||
|
||||
## TESTS ######################################################
|
||||
def test_delete_main_user(authorized_client, some_users, mock_subprocess_popen):
|
||||
response = authorized_client.delete("/users/tester")
|
||||
assert response.status_code == 400
|
||||
|
||||
|
||||
def test_delete_just_delete(authorized_client, some_users, mock_subprocess_popen):
|
||||
|
|
Loading…
Add table
Reference in a new issue