fix host in test.py
This commit is contained in:
parent
37b8b52184
commit
92d0022597
4
test.py
4
test.py
|
@ -2,8 +2,8 @@
|
||||||
from requests import get,put,post,delete,patch,request
|
from requests import get,put,post,delete,patch,request
|
||||||
from os import environ
|
from os import environ
|
||||||
|
|
||||||
host = environ.get("HOST", "https://linkie.alyssa-dev-smith.workers.dev")
|
host = environ.get("HOST", "https://linkie.username.workers.dev")
|
||||||
auth = {"Authorization": environ.get("AUTH", "")}
|
auth = {"Authorization": environ.get("AUTH_KEY", "")}
|
||||||
path = environ.get("TEST_PATH", "/devtestpath")
|
path = environ.get("TEST_PATH", "/devtestpath")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue