Corrected the path to the wrapper for postconfirm used by the draft- and wg-aliases.
- Legacy-Id: 10923
This commit is contained in:
parent
e8ed4609f2
commit
661d89e811
|
@ -582,7 +582,7 @@ GROUP_ALIASES_PATH = os.path.abspath(BASE_DIR + "/../test/data/group-aliases")
|
|||
GROUP_VIRTUAL_PATH = os.path.abspath(BASE_DIR + "/../test/data/group-virtual")
|
||||
GROUP_VIRTUAL_DOMAIN = "virtual.ietf.org"
|
||||
|
||||
POSTCONFIRM_PATH = "/a/postconfirm/test-wrapper"
|
||||
POSTCONFIRM_PATH = "/a/postconfirm/wrapper"
|
||||
|
||||
USER_PREFERENCE_DEFAULTS = {
|
||||
"expires_soon" : "14",
|
||||
|
|
Loading…
Reference in a new issue