Skip to content

Commit

Permalink
Merge pull request #12 from climatepolicyradar/feature/upgrade-data-a…
Browse files Browse the repository at this point in the history
…ccess-0.1.9

Upgrade data-access to v0.1.9
  • Loading branch information
THOR300 authored Oct 16, 2023
2 parents 8541282 + 41504a1 commit 5da63a8
Show file tree
Hide file tree
Showing 5 changed files with 706 additions and 669 deletions.
3 changes: 3 additions & 0 deletions cli/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def test_pdf_file_json() -> dict:
"description": "test_pdf_description",
"import_id": "CCLW.executive.1003.0",
"family_import_id": "CCLW.executive.1003",
"family_slug": "slug_CCLW.executive.1003",
"slug": "test_pdf",
"source_url": "https://cdn.climatepolicyradar.org/EUR/2013/EUR-2013-01-01-Overview+of+CAP+Reform+2014-2020_6237180d8c443d72c06c9167019ca177.pdf",
"download_url": "https://cdn.climatepolicyradar.org/EUR/2013/EUR-2013-01-01-Overview+of+CAP+Reform+2014-2020_6237180d8c443d72c06c9167019ca177.pdf",
Expand Down Expand Up @@ -700,6 +701,7 @@ def test_no_content_type_file_json() -> dict:
"description": "test_pdf_description",
"import_id": "CCLW.executive.1003.0",
"family_import_id": "CCLW.executive.1003",
"family_slug": "slug_CCLW.executive.1003",
"slug": "test_pdf",
"source_url": "https://cdn.climatepolicyradar.org/EUR/2013/EUR-2013-01-01-Overview+of+CAP+Reform+2014-2020_6237180d8c443d72c06c9167019ca177.pdf",
"download_url": "https://cdn.climatepolicyradar.org/EUR/2013/EUR-2013-01-01-Overview+of+CAP+Reform+2014-2020_6237180d8c443d72c06c9167019ca177.pdf",
Expand Down Expand Up @@ -736,6 +738,7 @@ def test_html_file_json() -> dict:
"description": "test_pdf_description",
"import_id": "CCLW.executive.1003.0",
"family_import_id": "CCLW.executive.1003",
"family_slug": "slug_CCLW.executive.1003",
"slug": "test_pdf",
"source_url": "https://cdn.climatepolicyradar.org/EUR/2013/EUR-2013-01-01-Overview+of+CAP+Reform+2014-2020_6237180d8c443d72c06c9167019ca177.pdf",
"download_url": "https://cdn.climatepolicyradar.org/EUR/2013/EUR-2013-01-01-Overview+of+CAP+Reform+2014-2020_6237180d8c443d72c06c9167019ca177.pdf",
Expand Down
Loading

0 comments on commit 5da63a8

Please sign in to comment.