Fixing autorotation failures. (#825)

* Fixing issue with auto rotation failing due to a change in the way certificate data is serialized.
This commit is contained in:
kevgliss
2017-06-02 08:59:42 -07:00
committed by GitHub
parent 5a4806bc43
commit 9c92138f2d
3 changed files with 41 additions and 40 deletions

View File

@ -53,7 +53,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) == 20
assert len(primitives) == 23
def test_certificate_edit_schema(session):