Skip to content

Commit 5ed4aff

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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("../")
388+
os.chdir("../output")
389389

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

tests/bulk-upload/scripts/updated_setup_bulk_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def copy_to_s3(file_names_and_keys: list[tuple[str, str]], source_file_key: str)
149149

150150
def upload_lg_files_to_staging(file_key):
151151
# this one is a bit flaky
152-
os.chdir("../output")
152+
os.chdir("../")
153153

154154
client = boto3.client("s3")
155155
client.upload_file(

0 commit comments

Comments
 (0)