-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt functional tests to change in auth handling
Starting from CKAN 2.11 test client calls are authenticated via `headers={"Authorization": token}` rather than `environ_overrides={"Authorization": token}`. Created some helper functions to handle different CKAN versions from a single place. Also there is a new form in the page so index-based selectors needed to be updated.
- Loading branch information
Showing
1 changed file
with
85 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters