Skip to content

Commit

Permalink
Merge pull request #897 from openzim/new-testing-suite
Browse files Browse the repository at this point in the history
Use version 0.6.0 of the zim-testing-suite
  • Loading branch information
kelson42 authored Jun 22, 2024
2 parents d78acf0 + b67edd6 commit b03fb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/download_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
import tarfile
import sys

TEST_DATA_VERSION = "0.5"
ARCHIVE_URL_TEMPL = "https://github.com/openzim/zim-testing-suite/releases/download/v{version}/zim-testing-suite-{version}.tar.gz"
TEST_DATA_VERSION = "0.6.0"
ARCHIVE_URL_TEMPL = "https://github.com/openzim/zim-testing-suite/releases/download/{version}/zim-testing-suite-{version}.tar.gz"

if __name__ == "__main__":
parser = argparse.ArgumentParser()
Expand Down

0 comments on commit b03fb82

Please sign in to comment.