tests: fixed SSH Key tests

This commit is contained in:
Marcin Kuzminski 2019-02-27 17:03:05 +01:00
parent 5e68ab12e2
commit 4cfd4ac542
2 changed files with 2 additions and 2 deletions

View file

@ -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-----')

View file

@ -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-----')