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

OZG-2966 OZG-3171 fix ITCase

parent 57aef9f5
Branches
Tags
No related merge requests found
...@@ -143,7 +143,8 @@ class VorgangControllerITCase { ...@@ -143,7 +143,8 @@ class VorgangControllerITCase {
void shouldBePresentIfAssigned() throws Exception { void shouldBePresentIfAssigned() throws Exception {
when(remoteService.findVorgangWithEingang(anyString())).thenReturn(VorgangWithEingangTestFactory.create()); when(remoteService.findVorgangWithEingang(anyString())).thenReturn(VorgangWithEingangTestFactory.create());
doRequest().andExpect(jsonPath("$._links.assignedTo.href").value("https://localhost/api/userProfiles/" + UserProfileTestFactory.ID)); doRequest()
.andExpect(jsonPath("$._links.assignedTo.href").value("https://localhost9092/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