Skip to content
Snippets Groups Projects
Commit 001fcf35 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

lint issues

parent f07b1f5a
No related branches found
No related tags found
1 merge request!352Resolve "LDAP connector"
Pipeline #47813 failed
...@@ -3,17 +3,17 @@ import logging ...@@ -3,17 +3,17 @@ import logging
import sys import sys
import ldap import ldap
from ldap.cidict import cidict
from django.test import Client from django.test import Client
from django.test import TestCase from django.test import TestCase
from django.test.utils import override_settings
from django_auth_ldap.config import LDAPSearch from django_auth_ldap.config import LDAPSearch
from fakeldap import MockLDAP from fakeldap import MockLDAP
from ldap.cidict import cidict
from mock import patch from mock import patch
from smash.settings import AUTH_LDAP_BASE_DN, AUTH_LDAP_FILTER from smash.settings import AUTH_LDAP_BASE_DN, AUTH_LDAP_FILTER
from web.models import Worker from web.models import Worker
from web.tests.functions import create_user from web.tests.functions import create_user
from django.test.utils import override_settings
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment