Modifying the way rotation works. (#629)
* Modifying the way rotation works. * Adding docs. * Fixing tests.
This commit is contained in:
@ -41,7 +41,7 @@ def test_get_certificate_primitives(certificate):
|
||||
|
||||
with freeze_time(datetime.date(year=2016, month=10, day=30)):
|
||||
primitives = get_certificate_primitives(certificate)
|
||||
assert len(primitives) == 16
|
||||
assert len(primitives) == 17
|
||||
|
||||
|
||||
def test_certificate_edit_schema(session):
|
||||
|
Reference in New Issue
Block a user