From bb07eb7914a3806faa185b413ecce20a174c8337 Mon Sep 17 00:00:00 2001 From: Mohammad Al Shakoush Date: Tue, 17 Dec 2024 20:44:04 +0100 Subject: [PATCH] Fix tests? --- tests/test_ssh_proto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_ssh_proto.py b/tests/test_ssh_proto.py index 3d5ecb05..1fc6cef4 100644 --- a/tests/test_ssh_proto.py +++ b/tests/test_ssh_proto.py @@ -47,6 +47,7 @@ def setup_user_and_target( ) api.create_public_key_credential( user.id, + "Public Key", sdk.NewPublicKeyCredential( openssh_public_key=open("ssh-keys/id_ed25519.pub").read().strip(), ),