Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix locate endpoint bucket name test #802

Merged
merged 2 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/re-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
LambdaCodeS3Bucket="$CODE_BUCKET" \
LambdaCodeS3Key="${CODE_PREFIX}${CODE_NAME}" \
LambdaMemory="128" \
LambdaTimeout="10" \
LambdaTimeout="20" \
Loglevel="DEBUG" \
Logtype="json" \
Maturity="TEST"\
Expand Down
2 changes: 1 addition & 1 deletion tests_e2e/test_protected.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import pytest
import requests

LOCATE_BUCKET = "s1-ocn-1e29d408"
LOCATE_BUCKET = "rain-uw2-t-s1-ocn-1e29d408"


def test_urs_auth_redirect_for_auth_downloads(urls, auth_cookies, urs_username):
Expand Down
Loading