Fix typo in filter 24/116524/3
authorOleksandr Zharov <oleksandr.zharov@pantheon.tech>
Tue, 13 May 2025 11:22:16 +0000 (13:22 +0200)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Tue, 13 May 2025 13:05:18 +0000 (13:05 +0000)
Fixed typo in filter notification name.

Change-Id: Ibe7aed268d05a13b7dc21b4452fba36b90b8fc21
Signed-off-by: Oleksandr Zharov <oleksandr.zharov@pantheon.tech>
apps/restconf-it/src/test/java/org/opendaylight/restconf/it/subscription/FilteringSubscriptionTest.java

index 319b47b17f25341f0bedd185b319dbfe8d7cb8c2..27647524d943f72953c229289df17be2c728a93d 100644 (file)
@@ -125,11 +125,11 @@ class FilteringSubscriptionTest extends AbstractNotificationSubscriptionTest {
     @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());