Skip to content

Commit f2e9488

Browse files
committed
fix merge
1 parent 8d9e2c5 commit f2e9488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Slack/Tests/SlackTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public function testSendWithBooleanOptionValue(bool $value)
184184

185185
$response->expects($this->once())
186186
->method('getContent')
187-
->willReturn(json_encode(['ok' => true, 'ts' => '1503435956.000247']));
187+
->willReturn(json_encode(['ok' => true, 'ts' => '1503435956.000247', 'channel' => 'C123456']));
188188

189189
$options = new SlackOptions();
190190
$options->asUser($value);

0 commit comments

Comments
 (0)