The unit tests for the endpoints currently don't test whether or not the URL's query parameters contain the correct/expected values. This should be implemented in a way that is reusable by all unit tests, especially for the methods that take the common query, sort, page & page_size parameters.
One way to implement this would be to have a fixture that returns a dict of these values.
The unit tests for the endpoints currently don't test whether or not the URL's query parameters contain the correct/expected values. This should be implemented in a way that is reusable by all unit tests, especially for the methods that take the common
query
,sort
,page
&page_size
parameters.One way to implement this would be to have a fixture that returns a dict of these values.