fix: uplod to ftest host
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e2ddad2a24
commit
cb00c56263
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -150,7 +150,7 @@ def upload_logs_to_ftest(success: bool, logs: str):
|
|||
payload = {"success": success, "logs": logs}
|
||||
|
||||
res = requests.post(
|
||||
FTEST_HOST, json=payload, headers={"Origin": "http://example.org"}
|
||||
ftest, json=payload, headers={"Origin": "http://example.org"}
|
||||
)
|
||||
if res.status_code == 200:
|
||||
logger.info("Upload successful")
|
||||
|
|
Loading…
Reference in a new issue