Skip to content

Commit 41ad469

Browse files
committed
Fix test
1 parent 26425c7 commit 41ad469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/WebDriverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function it_can_message_attachments()
148148
$driver->sendPayload($payload);
149149
$driver->messagesHandled();
150150

151-
$this->expectOutputString('{"status":200,"messages":[{"type":"text","text":"Test one From API","attachment":{"url":"some-image","title":null}}]}');
151+
$this->expectOutputString('{"status":200,"messages":[{"type":"text","text":"Test one From API","attachment":{"type":"image","url":"some-image","title":null}}]}');
152152
}
153153

154154
/**

0 commit comments

Comments
 (0)