Skip to content
Snippets Groups Projects
Commit becb7bf3 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

remove print statement

parent 5e4373a6
Branches
Tags
1 merge request!13Update parent version
...@@ -876,7 +876,6 @@ class VorgangControllerTest { ...@@ -876,7 +876,6 @@ class VorgangControllerTest {
private MvcTestResultAssert performRequest() throws Exception { private MvcTestResultAssert performRequest() throws Exception {
var uri = UriComponentsBuilder.fromPath(PATH).pathSegment(VorgangHeaderTestFactory.ID).build().toUri(); var uri = UriComponentsBuilder.fromPath(PATH).pathSegment(VorgangHeaderTestFactory.ID).build().toUri();
System.out.println(uri.toString());
return mockMvcTester.get().uri(uri).assertThat().hasStatusOk(); return mockMvcTester.get().uri(uri).assertThat().hasStatusOk();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment