Replacement refactor. (#631)
* Deprecating replacement keyword. * Def renaming.
This commit is contained in:
@ -153,7 +153,7 @@ def test_certificate_input_schema(client, authority):
|
||||
assert data['country'] == 'US'
|
||||
assert data['location'] == 'Los Gatos'
|
||||
|
||||
assert len(data.keys()) == 16
|
||||
assert len(data.keys()) == 17
|
||||
|
||||
|
||||
def test_certificate_input_with_extensions(client, authority):
|
||||
|
Reference in New Issue
Block a user