Skip to content

Commit 22bc6da

Browse files
committed
Disabled middleware to fix tests
1 parent 7dbbc99 commit 22bc6da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Controllers/PostmarkTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ protected function getEnvironmentSetUp($app)
1616
/** @test */
1717
public function it_expects_to_receive_raw_email_field()
1818
{
19+
$this->withoutMiddleware();
20+
1921
$this->post('/laravel-mailbox/postmark', [
2022
'something' => 'value',
2123
])->assertSessionHasErrors('RawEmail')->assertStatus(302);

0 commit comments

Comments
 (0)