Skip to content

Commit

Permalink
fixed tests for new folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed May 12, 2021
1 parent 2e9c129 commit 14ced5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_user_agent():
""" Test that mobile user agent was used in WARC request records with custom Zimit and email suffix"""

found = False
for warc in glob.glob("/output/.tmp*/collections/capture/archive/*.warc.gz"):
for warc in glob.glob("/output/.tmp*/collections/capture-*/archive/*.warc.gz"):
with open(warc, "rb") as fh:
for record in ArchiveIterator(fh):
if record.rec_type == "request":
Expand Down

0 comments on commit 14ced5c

Please sign in to comment.