}
@Test
public void testGetFilterWithFollowUpBeforeOrNotExistentExpression() {
TaskQueryImpl query = new TaskQueryImpl();
query.followUpBeforeOrNotExistentExpression("#{now()}");
Filter filter = new FilterEntity("Task").setName("test").setQuery(query);
when(filterServiceMock.getFilter(EXAMPLE_FILTER_ID)).thenReturn(filter);
given()
.pathParam("id", EXAMPLE_FILTER_ID)