fix test_50_server

This commit is contained in:
Erick Tryzelaar
2014-10-24 14:59:45 -07:00
parent a9efd08d85
commit 0c7eb449e0

View File

@@ -312,8 +312,6 @@ class TestServer1():
assert not resp.assertion
def test_authn_response_0(self):
self.server = Server("idp_conf")
conf = config.SPConfig()
conf.load_file("server_conf")
self.client = client.Saml2Client(conf)