Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
mwinter69 committed Nov 19, 2018
1 parent 719c87d commit f898af6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public void disabledWillNotWrite() throws Exception

public void enabledGloballyNotifierWillNotSend() throws Exception
{
when(logstashConfiguration.isEnableGlobally()).thenReturn(true);
LogstashConfiguration.getInstance().setEnableGlobally(true);
project.getPublishersList().add(new LogstashNotifier(10, false));

QueueTaskFuture<FreeStyleBuild> f = project.scheduleBuild2(0);
Expand Down

0 comments on commit f898af6

Please sign in to comment.