Making roles more apparent for certificates and authorities. (#327)
This commit is contained in:
@ -108,7 +108,7 @@ def test_certificate_input_schema(client, authority):
|
||||
assert data['country'] == 'US'
|
||||
assert data['location'] == 'Los Gatos'
|
||||
|
||||
assert len(data.keys()) == 12
|
||||
assert len(data.keys()) == 13
|
||||
|
||||
|
||||
def test_certificate_input_with_extensions(client, authority):
|
||||
|
Reference in New Issue
Block a user