changeset 11603 | c7bfeb7b0d67 |
parent 11598 | 2dc0b0db2329 |
child 11611 | 9d2bb6bdb5c8 |
--- a/pyramid_cubicweb/tests/test_rest_api.py Wed Nov 25 13:39:53 2015 +0100 +++ b/pyramid_cubicweb/tests/test_rest_api.py Fri Dec 11 17:21:58 2015 +0100 @@ -39,7 +39,7 @@ request_method='GET', request_param=('test_rql_execute',) ) -def test_rql_execute_view(context, request): +def rql_execute_view(context, request): """Return 500 response if rset.req is not a CubicWeb request. """ if isinstance(context.rset.req, CubicWebPyramidRequest):