Skip to content

Commit a4fccad

Browse files
committed
🚿 URL extractor test link fix
1 parent ce355c8 commit a4fccad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Psr18/URLExtractorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function testSendRequest():void{
4646
'https://bit.ly/1oesmr8',
4747
'http://tinyurl.com/jvc5y98',
4848
// interesting, this is a new one
49-
'https://redirect.viglink.com?key=a7e37b5f6ff1de9cb410158b1013e54a&u=https%3A%2F%2Fapi.guildwars2.com%2Fv2%2Fbuild&prodOvrd=RAC',
49+
'https://redirect.viglink.com?u=https%3A%2F%2Fapi.guildwars2.com%2Fv2%2Fbuild&key=a7e37b5f6ff1de9cb410158b1013e54a&prodOvrd=RAC&opt=false',
5050
'https://api.guildwars2.com/v2/build',
5151
'',
5252
];

0 commit comments

Comments
 (0)