@Test
    void notPresentEnumParameter() {
        final Response response = target("/valid/enumParam")
            .request()
            .get();