Skip to content

Commit

Permalink
Merge pull request #802 from asfadmin/rew/locate-bucket-name-prefix
Browse files Browse the repository at this point in the history
Fix locate endpoint bucket name test
  • Loading branch information
reweeden authored Mar 19, 2024
2 parents 2540220 + 4092e31 commit 81c27a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 81c27a1

Please sign in to comment.