Skip to content

Commit

Permalink
Remove unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Dec 6, 2022
1 parent 33212f9 commit 0e7b216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests/SinglePointLoginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function testJWTAuthenticateReturnsTrueForValidToken()
// Generated by jwt.io
$token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
. ".eyJzdWIiOiIxMjM0NTY3ODkwIiwidXNlciI6IlVuaXRUZXN0ZXIifQ"
. ".4gfI8li9A8Bf7GJ3BoZWkDO0zcQ1BsE3FJcaxbDC7fM";
. ".7ehZPgCqOxMfJChi8qn8ZmtfLTlxZmIsrpQLuN3LEEY";

$this->assertTrue($this->_login->JWTAuthenticate($token));

Expand Down

0 comments on commit 0e7b216

Please # to comment.