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 407cad8 commit 199f460Copy full SHA for 199f460
1 file changed
ietf/group/tests_info.py
@@ -921,9 +921,11 @@ def setUp(self):
921
expand-ames-chairs@virtual.ietf.org mars_chair@ietf.org
922
""")
923
self.group_alias_file.close()
924
+ self.save_group_virtual_path = settings.GROUP_VIRTUAL_PATH
925
settings.GROUP_VIRTUAL_PATH = self.group_alias_file.name
926
927
def tearDown(self):
928
+ settings.GROUP_VIRTUAL_PATH = self.save_group_virtual_path
929
os.unlink(self.group_alias_file.name)
930
931
def testAliases(self):
0 commit comments