fix flaky test

This commit is contained in:
Athou
2026-05-10 21:19:35 +02:00
parent 4a8be29616
commit ce983f4906

View File

@@ -232,7 +232,7 @@ class FeedIT extends BaseIT {
class Favicon {
@Test
void favicon() throws IOException {
Long subscriptionId = subscribe(getFeedUrl());
Long subscriptionId = subscribeAndWaitForEntries(getFeedUrl());
byte[] icon = RestAssured.given()
.get("rest/feed/favicon/{id}", subscriptionId)