Skip to content

Commit a76a3d4

Browse files
committed
[Security] minor: fix test (bis)
1 parent bc1f3da commit a76a3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Authenticator/JsonLoginAuthenticatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function provideInvalidAuthenticateData()
136136
*/
137137
public function testAuthenticationForEmptyCredentialDeprecation($request)
138138
{
139-
$this->expectDeprecation('Since symfony/security 6.2: Passing empty string for username or password is deprecated.');
139+
$this->expectDeprecation('Since symfony/security 6.2: Passing an empty string as username or password parameter is deprecated.');
140140
$this->setUpAuthenticator();
141141

142142
$this->authenticator->authenticate($request);

0 commit comments

Comments
 (0)