Skip to content

Commit

Permalink
fix cherry-pick error
Browse files Browse the repository at this point in the history
  • Loading branch information
Deamon committed Oct 7, 2019
1 parent a848c4b commit abfa552
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function testAddChannelInfoWithChannelPrefix()
public function testAppendChannelPrefixOnlyOnce()
{
$config = $this->getDisplayConfig(['global_channel' => true], 'prefix');
$processor = new DeamonLoggerExtraWebProcessor(new MyContainerForTests(), $config);
$processor = new DeamonLoggerExtraWebProcessor($config);
$originalRecord = $this->getRecord();
$record = $processor($originalRecord);
$recordReparsed = $processor($record);
Expand Down

0 comments on commit abfa552

Please sign in to comment.