Skip to content

Commit f454967

Browse files
committed
chore: remove boto3
1 parent f2212d4 commit f454967

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/integration-gateway.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
run: |
8181
pushd $GATEWAY_CHECKOUT_DIR
8282
export GATEWAY_HOST=$(make gateway-host -s)
83+
make generate-token
84+
export GATEWAY_AUTH_KEY=$(make get-token)
8385
popd
8486
poetry run pytest tests/integrations/gateway -n $(nproc --all)
8587
env:

tests/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
COLD_START_TIMEOUT = 20
1111

1212
GATEWAY_HOST = os.getenv("GATEWAY_HOST")
13+
GATEWAY_AUTH_KEY = os.getenv("GATEWAY_AUTH_KEY")
1314
GATEWAY_S3_REGION = os.getenv("S3_REGION", str(DEFAULT_REGION))
1415
GATEWAY_S3_BUCKET_ENDPOINT = os.getenv(
1516
"S3_ENDPOINT", f"https://s3.{DEFAULT_REGION}.scw.cloud"

0 commit comments

Comments
 (0)