You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GIVEN the /rest/v1/project_update/ resource
WHEN applying several parameters, including project, e.g. /rest/v1/project_update/?format=xml&page=9&project=475&last_modified_at__gt=1970-01-01T00:00:00
THEN the results of the page should not vary on every refresh
Issue description
Partners with a lot of updates do not get all of their updates in Up. Furthermore, the number of updates vary every time the updates are gathered. This is due to the DRF API showing different updates for a certain page every time.
The text was updated successfully, but these errors were encountered:
Test plan
GIVEN the
/rest/v1/project_update/
resourceWHEN applying several parameters, including project, e.g.
/rest/v1/project_update/?format=xml&page=9&project=475&last_modified_at__gt=1970-01-01T00:00:00
THEN the results of the page should not vary on every refresh
Issue description
Partners with a lot of updates do not get all of their updates in Up. Furthermore, the number of updates vary every time the updates are gathered. This is due to the DRF API showing different updates for a certain page every time.
The text was updated successfully, but these errors were encountered: