test(services): remove redundant legacy bad-ssh-key test from rest-enfpo

remove-rest
Houkime 2023-11-27 18:12:45 +00:00
parent 125d221442
commit 980d3622e8
1 changed files with 0 additions and 7 deletions

View File

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