Skip to content

Commit fff52c1

Browse files
committed
ipn/yegor: set test domain search param where approp
1 parent aef0c70 commit fff52c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

intra/ipn/rpn/yegor.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,7 @@ func baseurl(test bool, cid, did string) *url.URL {
10261026
q.Set("did", did)
10271027
if test {
10281028
q.Set("rpn", "wstest")
1029+
q.Set("test", "") // value for the test param does not matter
10291030
} else {
10301031
q.Set("rpn", "ws")
10311032
}
@@ -1042,6 +1043,7 @@ func assetsurl(test bool) *url.URL {
10421043
q := u.Query()
10431044
if test {
10441045
q.Set("rpn", "wsassetstest")
1046+
q.Set("test", "") // value for the test param does not matter
10451047
} else {
10461048
q.Set("rpn", "wsassets")
10471049
}

0 commit comments

Comments
 (0)