File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,10 @@ public function testGetRedirectURL()
111111 self ::assertSame ('https://domain.test:8888/path/index.php ' , $ client ->getRedirectURL ());
112112
113113 $ _SERVER ['HTTP_X_FORWARDED_HOST ' ] = 'example.org ' ;
114- self ::assertSame ('https://example.org:9999 /path/index.php ' , $ client ->getRedirectURL ());
114+ self ::assertSame ('https://example.org:8888 /path/index.php ' , $ client ->getRedirectURL ());
115115
116116 $ _SERVER ['HTTP_X_FORWARDED_PREFIX ' ] = '/prefix ' ;
117- self ::assertSame ('https://example.org:9999 /prefix/path/index.php ' , $ client ->getRedirectURL ());
117+ self ::assertSame ('https://example.org:8888 /prefix/path/index.php ' , $ client ->getRedirectURL ());
118118 }
119119
120120 public function testAuthenticateDoesNotThrowExceptionIfClaimsIsMissingNonce ()
You can’t perform that action at this time.
0 commit comments