Skip to content

Commit 3af428b

Browse files
[PRMT-229] - WIP
1 parent ac4857c commit 3af428b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bulk-upload/scripts/setup_bulk_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def prepare_test_directory(file_path_list: List[str], metadata_file_content: str
385385

386386
def upload_lg_files_to_staging():
387387
# this one is a bit flaky
388-
os.chdir("../output")
388+
os.chdir("../")
389389

390390
files = ["metadata.csv"] + glob("*/*Lloyd_George_Record*.pdf")
391391
client = boto3.client("s3")

0 commit comments

Comments
 (0)