Skip to content

Commit

Permalink
IOP: repo test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Aug 14, 2024
1 parent 84a3aea commit 6a92e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/integration/iop/test_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_pull_from_sftp(iop_empty_repo):
"pdf": "extracted/2022-09-24T03_01_43_content/1674-1137/1674-1137_46/1674-1137_46_10/1674-1137_46_10_103108/cpc_46_10_103108.pdf",
"xml": "extracted/2022-09-24T03_01_43_content/1674-1137/1674-1137_46/1674-1137_46_10/1674-1137_46_10_103108/cpc_46_10_103108.xml",
},
{"xml": "extracted/aca95c.xml/aca95c.xml"},
{"xml": "extracted/aca95c/aca95c.xml"},
]
assert iop_empty_repo.find_all() == expected_files
assert sorted(iop_empty_repo.get_all_raw_filenames()) == sorted(
Expand All @@ -84,6 +84,6 @@ def test_pull_from_sftp(iop_empty_repo):
"2022-09-01T03_01_40_content.zip",
"2022-09-03T03_01_49_content.zip",
"2022-09-24T03_01_43_content.zip",
"aca95c.xml.zip",
"aca95c.zip",
]
)

0 comments on commit 6a92e30

Please sign in to comment.