Skip to content

Commit

Permalink
revert env var names
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Feb 6, 2024
1 parent e54e662 commit 470fd4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harvester/harvest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
session.request = functools.partial(session.request, timeout=15)

ckan = ckanapi.RemoteCKAN(
os.getenv("CKAN_URL_STAGE"),
apikey=os.getenv("CKAN_API_TOKEN_STAGE"),
os.getenv("CKAN_URL"),
apikey=os.getenv("CKAN_API_TOKEN"),
session=session,
)

Expand Down

1 comment on commit 470fd4a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
harvester
   __init__.py00100% 
   harvest.py4116767 84%
   utils.py4377 84%
TOTAL4547484% 

Tests Skipped Failures Errors Time
9 0 💤 0 ❌ 0 🔥 4.402s ⏱️

Please sign in to comment.