mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
add tests for the new insertedBefore mechanic
This commit is contained in:
@@ -101,7 +101,7 @@ public abstract class BaseIT {
|
||||
protected Entries getFeedEntries(long subscriptionId) {
|
||||
Response response = client.target(apiBaseUrl + "feed/entries")
|
||||
.queryParam("id", subscriptionId)
|
||||
.queryParam("readType", "unread")
|
||||
.queryParam("readType", "all")
|
||||
.request()
|
||||
.get();
|
||||
return response.readEntity(Entries.class);
|
||||
|
||||
Reference in New Issue
Block a user