Updated tests

This commit is contained in:
Roland Hedberg
2010-07-25 13:45:49 +02:00
parent 47f992b539
commit eda63de2e4
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ class TestServer1():
conf.load_file("tests/server.config")
except IOError:
conf.load_file("server.config")
self.client = client.Saml2Client({},conf)
self.client = client.Saml2Client(conf)
def test_issuer(self):
issuer = self.server.issuer()

View File

@@ -57,7 +57,7 @@ class TestClient:
conf.load_file("tests/server.config")
except IOError:
conf.load_file("server.config")
self.client = Saml2Client({},conf)
self.client = Saml2Client(conf)
def test_create_attribute_query1(self):
req = self.client.create_attribute_query("1",