This commit is contained in:
Hossein Shafagh 2021-03-04 19:21:26 -08:00
parent fdd6140995
commit 580506f605
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ def test_get_by_serial(session, certificate):
def test_get_all_certs_attached_to_endpoint_without_autorotate(session):
from lemur.certificates.service import get_all_certs_attached_to_endpoint_without_autorotate, \
cleanup_after_revoke
from lemur.tests.factories import EndpointFactory, CertificateFactory
from lemur.tests.factories import EndpointFactory
# add a certificate with endpoint
EndpointFactory()