Skip to content

Commit 2d315ef

Browse files
committed
Add missing read_only to the session for reports controller test
1 parent 9a20186 commit 2d315ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/TestCase/Controller/ReportsControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function setUp(): void
3636
{
3737
parent::setUp();
3838
$this->Reports = TableRegistry::getTableLocator()->get('Reports');
39-
$this->session(['Developer.id' => 1]);
39+
$this->session(['Developer.id' => 1, 'read_only' => false]);
4040
$this->enableCsrfToken();
4141
}
4242

0 commit comments

Comments
 (0)