fix: add Origin header to login test in deploy.py
This commit is contained in:
@@ -371,6 +371,7 @@ def verify_login() -> StepResult:
|
||||
resp = httpx.post(
|
||||
url,
|
||||
json={"email": LOGIN_EMAIL, "password": LOGIN_PASSWORD},
|
||||
headers={"Origin": APP_DOMAIN},
|
||||
timeout=30,
|
||||
follow_redirects=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user