Update atst to atat

This commit is contained in:
leigh-mil
2020-02-28 16:01:45 -05:00
parent 6eb48239cf
commit c2814416fb
215 changed files with 735 additions and 746 deletions

View File

@@ -1,13 +1,13 @@
import pytest
from atst.domain.authnid import AuthenticationContext
from atst.domain.authnid.crl import (
from atat.domain.authnid import AuthenticationContext
from atat.domain.authnid.crl import (
CRLCache,
CRLRevocationException,
CRLInvalidException,
)
from atst.domain.exceptions import UnauthenticatedError, NotFoundError
from atst.domain.users import Users
from atat.domain.exceptions import UnauthenticatedError, NotFoundError
from atat.domain.users import Users
from tests.mocks import DOD_SDN_INFO, DOD_SDN, FIXTURE_EMAIL_ADDRESS
from tests.factories import UserFactory