Skip to content

Commit 712caf3

Browse files
committed
UsersTest: assert listItems sort headers
1 parent 83f0cf2 commit 712caf3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/test/java/com/uwetrottmann/trakt5/services/UsersTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,7 @@ public void test_listItems_sortOrder() throws IOException {
244244
sortBy, sortHow, page, limit, null));
245245

246246
assertPaginationHeaders(response, page, limit);
247-
// 2026-02-19: despite being documented, the sort order is not applied and the X-Applied-Sort-By and
248-
// X-Applied-Sort-How headers are not returned.
249-
// assertSortOrderHeaders(response, sortBy, sortHow);
247+
assertSortOrderHeaders(response, sortBy, sortHow);
250248
assertListEntries(response.body());
251249
}
252250

0 commit comments

Comments
 (0)