mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
zephyr_mirror: Fix last hardcoding of starnine@mit.edu.
(imported from commit de2a00451428ecdc44380528e4ca88bfeacdb9ab)
This commit is contained in:
parent
f5000c16ce
commit
13e1984bbd
@ -64,8 +64,8 @@ def browser_login():
|
||||
browser.open("https://app.humbughq.com/")
|
||||
browser.follow_link(text_regex="\s*Log in\s*")
|
||||
browser.select_form(nr=0)
|
||||
browser["username"] = "starnine@mit.edu"
|
||||
browser["password"] = "xxxxxxxx"
|
||||
browser["username"] = os.environ["USER"] + "@mit.edu"
|
||||
browser["password"] = os.environ["USER"]
|
||||
|
||||
global csrf_token
|
||||
csrf_token = browser["csrfmiddlewaretoken"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user