Skip to content

Commit 2e490f7

Browse files
committed
Fix another parse error.
1 parent 87dbdbe commit 2e490f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/AuthenticationServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ public function testGetUnauthenticatedRedirectUrl()
673673
public function testGetUnauthenticatedRedirectUrlWithBasePath()
674674
{
675675
$request = ServerRequestFactory::fromGlobals(
676-
['REQUEST_URI' => '/secrets'],
676+
['REQUEST_URI' => '/secrets']
677677
);
678678
$uri = $request->getUri();
679679
$uri->base = '/base';

0 commit comments

Comments
 (0)