mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-19 12:59:46 +00:00
test(services): remove redundant legacy bad-ssh-key test from rest-enfpo
This commit is contained in:
parent
125d221442
commit
980d3622e8
1 changed files with 0 additions and 7 deletions
|
@ -269,13 +269,6 @@ def test_add_existing_root_key(authorized_client, root_and_admin_have_keys):
|
|||
]
|
||||
|
||||
|
||||
def test_add_invalid_root_key(authorized_client, ssh_on):
|
||||
response = authorized_client.put(
|
||||
"/services/ssh/key/send", json={"public_key": "INVALID KEY test@pc"}
|
||||
)
|
||||
assert response.status_code == 400
|
||||
|
||||
|
||||
## /ssh/keys/{user} ######################################################
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue