mistral/mistral/tests/unit/api
hardikj 08ba20c8d2 Fix next link in get resource list rest API
Fix the issue where `next` link in the response of the REST API, when
used with pagination, gets corrupted and makes it unusable. After this
fix, next link should be readily usable.

Change-Id: Idf45a59e0b07d8306cc82391679fe30a9cd2f0c1
Closes-Bug: #1793344
2018-10-12 16:04:00 +05:30
..
v2 Add namespace support for workbooks 2018-07-26 17:13:58 +05:30
__init__.py Moving all API tests under 'mistral.tests.unit' package 2014-09-11 16:42:11 +07:00
base.py Add a config option to disable cron triggers 2017-10-26 13:48:05 +03:00
test_access_control.py Adding Keycloak authorization support. 2018-02-07 09:01:08 +00:00
test_auth.py Add a config option to disable cron triggers 2017-10-26 13:48:05 +03:00
test_cors_middleware.py TrivialFix: remove redundant import alias 2018-01-24 09:51:12 +07:00
test_resource_base.py Optimize API layer: using from_db_model() instead of from_dict() 2017-05-22 12:03:17 +07:00
test_resource_list.py Fix next link in get resource list rest API 2018-10-12 16:04:00 +05:30
test_service.py Add a config option to disable cron triggers 2017-10-26 13:48:05 +03:00