diff --git a/tst/YourlsProxyTest.php b/tst/YourlsProxyTest.php index 42bc17fd..5b0c5f30 100644 --- a/tst/YourlsProxyTest.php +++ b/tst/YourlsProxyTest.php @@ -88,7 +88,7 @@ class YourlsProxyTest extends TestCase return array( array('https://example.com@foreign.malicious.example?foo#bar'), array('https://example.com/@foreign.malicious.example?foo#bar'), - array('https://example.com/?@foreign.malicious.example?foo#bar') + array('https://example.com/?@foreign.malicious.example?foo#bar'), ); }