Refactoring authentincation to support GET and POST requests. Closes #990. (#1030)

This commit is contained in:
kevgliss
2018-01-01 19:11:29 -08:00
committed by GitHub
parent 7b8df16c9e
commit 848ce8c978
3 changed files with 273 additions and 220 deletions

View File

@ -230,7 +230,7 @@ def test_certificate_valid_years(client, authority):
'owner': 'jim@example.com',
'authority': {'id': authority.id},
'description': 'testtestest',
'validityYears': 2
'validityYears': 1
}
data, errors = CertificateInputSchema().load(input_data)