ckan / ckanapi

A command line interface and Python module for accessing the CKAN Action API
Other
176 stars 74 forks source link

Update TestApp.post signature #153

Closed smotornyuk closed 3 years ago

smotornyuk commented 4 years ago

Right now ckanapi.TestAppCKAN raising an exception in this line. In new test client, signature of post method is url, base_url, query_params. Using explicit names will solve the problem because new test client adapts named arguments (unlike the positioned ones)