We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e68174 commit 133501eCopy full SHA for 133501e
tests/test_62_vo.py
@@ -33,7 +33,7 @@ def setup_class(self):
33
conf.load_file("server_conf")
34
self.sp = Saml2Client(conf)
35
36
- vo_name = conf.vorg.keys()[0]
+ vo_name = list(conf.vorg.keys())[0]
37
self.vo = conf.vorg[vo_name]
38
add_derek_info(self.sp)
39
@@ -62,7 +62,7 @@ class TestVirtualOrg_2():
62
def setup_class(self):
63
conf = config.SPConfig()
64
65
66
self.sp = Saml2Client(conf, virtual_organization=vo_name)
67
68
0 commit comments