Fixed typo in filter notification name.
Change-Id: Ibe7aed268d05a13b7dc21b4452fba36b90b8fc21
Signed-off-by: Oleksandr Zharov <oleksandr.zharov@pantheon.tech>
@Test
void filterNotificationPartialTest() throws Exception {
final var response = establishFilteredSubscription("""
- <test-notification xmlns="test:notification">
+ <example-notification xmlns="test:notification">
<entry>
<id/>
</entry>
- </test-notification>
+ </example-notification>
""", streamClient);
assertEquals(HttpResponseStatus.OK, response.status());