File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ def test_get_users_from_file(self):
251
251
assert users [0 ].name == "Cassie" , users
252
252
assert failures == []
253
253
254
- def test_add_user_idp_configuration (self ):
254
+ def test_add_user_idp_configuration (self ) -> None :
255
255
with open (ADD_XML ) as f :
256
256
response_xml = f .read ()
257
257
user = TSC .UserItem (name = "Cassie" , site_role = "Viewer" , auth_setting = "ServerDefault" )
@@ -268,7 +268,7 @@ def test_add_user_idp_configuration(self):
268
268
assert user_elem is not None
269
269
assert user_elem .attrib ["idpConfigurationId" ] == "012345"
270
270
271
- def test_update_user_idp_configuration (self ):
271
+ def test_update_user_idp_configuration (self ) -> None :
272
272
with open (ADD_XML ) as f :
273
273
response_xml = f .read ()
274
274
user = TSC .UserItem (name = "Cassie" , site_role = "Viewer" , auth_setting = "ServerDefault" )
You can’t perform that action at this time.
0 commit comments