tests: fixed SSH Key tests
This commit is contained in:
parent
5e68ab12e2
commit
4cfd4ac542
2 changed files with 2 additions and 2 deletions
|
|
@ -173,4 +173,4 @@ class TestAdminUsersSshKeysView(TestController):
|
|||
|
||||
response.mustcontain('Private key')
|
||||
response.mustcontain('Public key')
|
||||
response.mustcontain('-----BEGIN RSA PRIVATE KEY-----')
|
||||
response.mustcontain('-----BEGIN PRIVATE KEY-----')
|
||||
|
|
|
|||
|
|
@ -160,4 +160,4 @@ class TestMyAccountSshKeysView(TestController):
|
|||
|
||||
response.mustcontain('Private key')
|
||||
response.mustcontain('Public key')
|
||||
response.mustcontain('-----BEGIN RSA PRIVATE KEY-----')
|
||||
response.mustcontain('-----BEGIN PRIVATE KEY-----')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue