ckan / ckanapi

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

Fix API URL inside TestClient #206

Closed smotornyuk closed 2 years ago

smotornyuk commented 2 years ago

Looks like there was a typo at some point. Now API URLs inside the test client are invalid: /action/api/<action> (first segment is action) instead of /api/action/<action> (first segment is api)