зеркало из https://github.com/nextcloud/appstore.git
test: Adapt to new error message format
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
cd627ee14c
Коммит
efdfa90e8e
|
@ -22,7 +22,8 @@ class AppRegistrationTest(BaseStoreTest, AppDevSteps):
|
|||
|
||||
def validate_error_msg(el):
|
||||
msg = 'Signature is invalid: [(\'rsa routines\', ' \
|
||||
'\'int_rsa_verify\', \'wrong signature length\')]'
|
||||
'\'\', \'wrong signature length\'), ' \
|
||||
'(\'Provider routines\', \'\', \'RSA lib\')]'
|
||||
self.assertTrue(el.is_displayed())
|
||||
self.assertEqual(msg, el.text.strip())
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче