Skip to content

Commit 95d9cb7

Browse files
authored
fix test (#585)
1 parent 4b77123 commit 95d9cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Controller/FrontendRequestsAreStatefulTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function test_middleware_removes_password_hash_after_session_is_cleared_d
165165
'origin' => config('app.url'),
166166
])
167167
->assertOk()
168-
->assertSee($user->email)->assertSessionHas('password_hash_web', $user->getAuthPassword());
168+
->assertSee($user->email)->assertSessionHas('password_hash_web');
169169

170170
$this->getJson('/sanctum/api/logout', [
171171
'origin' => config('app.url'),

0 commit comments

Comments
 (0)