@@ -1198,7 +1198,6 @@ - (void)testFailMatchesShortLinkFormatForCustomDomains {
1198
1198
- (void )testPassMatchesShortLinkFormatForCustomDomains {
1199
1199
NSArray <NSString *> *urlStrings = @[
1200
1200
@" https://google.com/xyz" , @" https://google.com/xyz/?link=https://somedomain" ,
1201
- @" https://google.com?link=https://somedomain" , @" https://google.com/?link=https://somedomain" ,
1202
1201
@" https://google.com/xyz?link=https://somedomain" ,
1203
1202
@" https://google.com/xyz/?link=https://somedomain" , @" https://google.com/one/xyz" ,
1204
1203
@" https://google.com/one/xyz?link=https://somedomain" ,
@@ -1606,7 +1605,6 @@ - (void)testValidCustomDomainNames {
1606
1605
@" https://google.com/one?" , // Short FDL starting with 'https://google.com'
1607
1606
@" https://google.com/one/mylink" , // Short FDL starting with 'https://google.com/one'
1608
1607
@" https://a.firebase.com/mypath/mylink" , // Short FDL starting https://a.firebase.com/mypath
1609
- @" https://google.com?link=https://somedomain" , @" https://google.com/?link=https://somedomain" ,
1610
1608
@" https://google.com/somepath?link=https://somedomain" ,
1611
1609
@" https://google.com/somepath/?link=https://somedomain" ,
1612
1610
@" https://google.com/somepath/somepath2?link=https://somedomain" ,
0 commit comments