Skip to content

Commit d956cd4

Browse files
Updated tests to refer to the saml2 module
1 parent 54358a1 commit d956cd4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: tests/test_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from saml import client
1+
from saml2 import client
22
from test_schema import build_authentication_request_simple
33
from six.moves.urllib.parse import quote_plus
44

Diff for: tests/test_schema.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import saml
1+
import saml2
22
import xmlsec
3-
from saml import schema
4-
from saml.schema import utils
3+
from saml2 import schema
4+
from saml2.schema import utils
55
from datetime import datetime
66
from lxml import etree
77
from os import path

Diff for: tests/test_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from saml.schema import utils
1+
from saml2.schema import utils
22

33

44
class TestPascalize:

0 commit comments

Comments
 (0)