Improve test

This commit is contained in:
Marcus Moore 2024-10-22 17:38:22 -07:00
parent 271de1eceb
commit 3d28a9090c
No known key found for this signature in database

View file

@ -47,7 +47,7 @@ class ShowReportTemplateTest extends TestCase implements TestsPermissionsRequire
$this->actingAs(User::factory()->canViewReports()->create())
->get(route('report-templates.show', $reportTemplate))
->assertSessionHas('error')
->assertRedirect(route('reports/custom'));
}
}