Skip to content
Snippets Groups Projects
Commit c359f45b authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Check if feedback is returned

parent 277fc3c5
No related merge requests found
......@@ -109,6 +109,5 @@ public class FeedbackControllerTest {
handlerAdapter.handle(request, response, feedbackController);
assertTrue(response.getStatus() == 200);
assertEquals("{\"values\":[0,0,0,0]}", response.getContentAsString());
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment