lint
This commit is contained in:
parent
fdd6140995
commit
580506f605
|
@ -87,7 +87,7 @@ def test_get_by_serial(session, certificate):
|
||||||
def test_get_all_certs_attached_to_endpoint_without_autorotate(session):
|
def test_get_all_certs_attached_to_endpoint_without_autorotate(session):
|
||||||
from lemur.certificates.service import get_all_certs_attached_to_endpoint_without_autorotate, \
|
from lemur.certificates.service import get_all_certs_attached_to_endpoint_without_autorotate, \
|
||||||
cleanup_after_revoke
|
cleanup_after_revoke
|
||||||
from lemur.tests.factories import EndpointFactory, CertificateFactory
|
from lemur.tests.factories import EndpointFactory
|
||||||
|
|
||||||
# add a certificate with endpoint
|
# add a certificate with endpoint
|
||||||
EndpointFactory()
|
EndpointFactory()
|
||||||
|
|
Loading…
Reference in New Issue