Remove registration_response from webauthn serialize - not needed in admin app

Also fix tests:

First add init file so the tests are found correctly, then update
the tests after we stopped serialising webauthn
registration_response.
This commit is contained in:
Pea Tyczynska
2021-05-11 12:19:33 +01:00
committed by Leo Hemsted
parent e62e050963
commit e6291187ba
3 changed files with 0 additions and 2 deletions

View File

View File

@@ -24,7 +24,6 @@ def test_get_webauthn_credentials_returns_all_credentials_for_user(admin_request
'user_id': str(me.id),
'name': '1',
'credential_data': 'ABC123',
'registration_response': 'DEF456',
'created_at': ANY,
'updated_at': None
}