mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-23 12:35:07 +00:00
fix flaky test
This commit is contained in:
@@ -232,7 +232,7 @@ class FeedIT extends BaseIT {
|
|||||||
class Favicon {
|
class Favicon {
|
||||||
@Test
|
@Test
|
||||||
void favicon() throws IOException {
|
void favicon() throws IOException {
|
||||||
Long subscriptionId = subscribe(getFeedUrl());
|
Long subscriptionId = subscribeAndWaitForEntries(getFeedUrl());
|
||||||
|
|
||||||
byte[] icon = RestAssured.given()
|
byte[] icon = RestAssured.given()
|
||||||
.get("rest/feed/favicon/{id}", subscriptionId)
|
.get("rest/feed/favicon/{id}", subscriptionId)
|
||||||
|
|||||||
Reference in New Issue
Block a user