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