8000 Fix tests · symfony/symfony@7eecd4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 7eecd4f

Browse files
committed
Fix tests
1 parent 6ae2fc3 commit 7eecd4f

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
@@ -146,7 +146,7 @@ public function testSendWithNotification(): void
146146
$options = SlackOptions::fromNotification($notification);
147147

148148
$expectedBody = json_encode([
149-
'blocks' => json_decode($options->toArray()['blocks'], true),
149+
'blocks' => $options->toArray()['blocks'],
150150
'text' => $message,
151151
]);
152152

0 commit comments

Comments
 (0)
0