Skip to content

Commit 96920ea

Browse files
committed
Updated test comment per review
1 parent 2bde1ae commit 96920ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Authentication/Filters/PermissionFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function testFilterIncorrectGroupWithPrevious(): void
7575
->withSession(['_ci_previous_url' => site_url('open-route')])
7676
->get('protected-route');
7777

78-
// Should redirect to home page since previous_url is not set
78+
// Should redirect to the previous url (open-route)
7979
$result->assertRedirectTo(site_url('open-route'));
8080

8181
$result->assertSessionHas('error');

0 commit comments

Comments
 (0)