We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66a051 commit 05f056bCopy full SHA for 05f056b
src/test/java/org/gitlab4j/api/TestGitLabApiEvents.java
@@ -269,9 +269,6 @@ public void testPolymorphicSystemHookEvent() throws Exception {
269
@Test
270
public void testSystemHookManagerHandleEvent() throws Exception {
271
272
- // Turn off logging. This is a hack as if we don't turn it off the logging tests ran later will fail
273
- GitLabApi.getLogger().setLevel(Level.OFF);;
274
-
275
// Arrange
276
HttpServletRequest request = mock(HttpServletRequest.class);
277
given(request.getHeader("X-Gitlab-Event")).willReturn(SystemHookManager.SYSTEM_HOOK_EVENT);
0 commit comments