Index: trunk/test/unit/org/openstreetmap/josm/io/remotecontrol/handler/ImageryHandlerTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/io/remotecontrol/handler/ImageryHandlerTest.java	(revision 17643)
+++ trunk/test/unit/org/openstreetmap/josm/io/remotecontrol/handler/ImageryHandlerTest.java	(revision 17655)
@@ -53,5 +53,5 @@
     void testBadRequestInvalidUrl() {
         Exception e = assertThrows(RequestHandlerBadRequestException.class, () -> newHandler("invalid_url").handle());
-        assertEquals("The following keys are mandatory, but have not been provided: url", e.getMessage());
+        assertEquals("The following keys are mandatory, but have not been provided: url/id", e.getMessage());
     }
 
@@ -62,5 +62,5 @@
     void testBadRequestIncompleteUrl() {
         Exception e = assertThrows(RequestHandlerBadRequestException.class, () -> newHandler("https://localhost").handle());
-        assertEquals("The following keys are mandatory, but have not been provided: url", e.getMessage());
+        assertEquals("The following keys are mandatory, but have not been provided: url/id", e.getMessage());
     }
 
