mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-09 09:31:04 +00:00
test(services): remove redundant legacy bad-ssh-key test from rest-enfpo
This commit is contained in:
parent
125d221442
commit
980d3622e8
|
@ -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…
Reference in a new issue