mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
the "new-feed-entries" websocket event no longer needs to reload the entire tree
This commit is contained in:
@@ -66,7 +66,7 @@ class WebSocketIT extends BaseIT {
|
||||
Long subscriptionId = subscribe(getFeedUrl());
|
||||
|
||||
Awaitility.await().atMost(15, TimeUnit.SECONDS).until(() -> messageRef.get() != null);
|
||||
Assertions.assertEquals("new-feed-entries:" + subscriptionId, messageRef.get());
|
||||
Assertions.assertEquals("new-feed-entries:" + subscriptionId + ":2", messageRef.get());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user