Skip to content
Snippets Groups Projects
Commit f89f17a8 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Fix typo in function name.

Reviewed-by: schreiberal
parent 1df40cb5
No related branches found
No related tags found
No related merge requests found
......@@ -380,7 +380,7 @@ class TestSshKeys(GanetiTestCase):
" ssh-dss AAAAB3NzaC1w520smc01ms0jfJs22 root@key-b\n"
"ssh-dss AAAAB3NzaC1kc3MAAACB root@test\n")
def testAddingAlmostButNotCompletlyTheSameKey(self):
def testAddingAlmostButNotCompletelyTheSameKey(self):
AddAuthorizedKey(self.tmpname,
'ssh-dss AAAAB3NzaC1w5256closdj32mZaQU root@test')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment