updated requirements, fixed unittests, pytest, and distinguidedName ordering

This commit is contained in:
csine-nflx
2020-04-09 18:17:05 -07:00
parent 67cb703c83
commit cee81bd693
8 changed files with 284 additions and 282 deletions

View File

@ -1,4 +1,5 @@
import json
from unittest.mock import patch, Mock
import arrow
import pytest
@ -6,7 +7,6 @@ from cryptography import x509
from freezegun import freeze_time
from lemur.plugins.lemur_digicert import plugin
from lemur.tests.vectors import CSR_STR
from mock import Mock, patch
def config_mock(*args):