Skip to content

Commit

Permalink
remove trailing slash from test input bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
avrohomgottlieb committed Dec 8, 2024
1 parent a3b7951 commit 785ded5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/scpca_portal/config/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Test(Local):
# AWS S3
# Note: Data must be resynced when test bucket is updated
AWS_S3_INPUT_BUCKET_NAME = "scpca-portal-public-test-inputs/2024-09-10/"
AWS_S3_INPUT_BUCKET_NAME = "scpca-portal-public-test-inputs/2024-09-10"

# Code Paths
INPUT_DATA_PATH = Path("/home/user/code/test_data/input")
Expand Down

0 comments on commit 785ded5

Please sign in to comment.