Skip to content
Snippets Groups Projects
Commit b155b02b authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2966 OZG-3171 add missing char

parent 25a1a676
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ class VorgangControllerITCase { ...@@ -144,7 +144,7 @@ class VorgangControllerITCase {
when(remoteService.findVorgangWithEingang(anyString())).thenReturn(VorgangWithEingangTestFactory.create()); when(remoteService.findVorgangWithEingang(anyString())).thenReturn(VorgangWithEingangTestFactory.create());
doRequest() doRequest()
.andExpect(jsonPath("$._links.assignedTo.href").value("http://localhost9092/api/userProfiles/" + UserProfileTestFactory.ID)); .andExpect(jsonPath("$._links.assignedTo.href").value("http://localhost:9092/api/userProfiles/" + UserProfileTestFactory.ID));
} }
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment