Barry McDuling
Results
2
issues of
Barry McDuling
Most recent result scraped from https://travis-ci.com/github/gitlab4j/gitlab4j-api (which is apparently passing and is good) shows this at the end of the report: ``` [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] TestSystemHooksApi.testAddSystemHook:67...
GitLab instance in question is running GitLab version 13.2 When I try to create a new discussion using this block of code: ```java Date createdAt = Date.from(Instant.now()); Discussion mergeRequestDiscussion =...