File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/test/functional/routes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ describe('Frontend Routing', function () {
170
170
request . get ( '/' )
171
171
. expect ( 200 )
172
172
. expect ( / \< l i n k r e l = " c a n o n i c a l " h r e f = " h t t p : \/ \/ 1 2 7 .0 .0 .1 : 2 3 7 0 \/ " \/ \> / )
173
- . expect ( / c o p y r i g h t \< a h r e f = " h t t p : \/ \/ 1 2 7 .0 .0 .1 : 2 3 7 0 \/ " > G h o s t \< \/ a \> / )
173
+ . expect ( / \< a h r e f = " h t t p : \/ \/ 1 2 7 .0 .0 .1 : 2 3 7 0 " > G h o s t \< \/ a \> / )
174
174
. end ( doEnd ( done ) ) ;
175
175
} ) ;
176
176
@@ -179,7 +179,7 @@ describe('Frontend Routing', function () {
179
179
. set ( 'X-Forwarded-Proto' , 'https' )
180
180
. expect ( 200 )
181
181
. expect ( / \< l i n k r e l = " c a n o n i c a l " h r e f = " h t t p s : \/ \/ l o c a l h o s t \/ " \/ \> / )
182
- . expect ( / c o p y r i g h t \< a h r e f = " h t t p s : \/ \/ l o c a l h o s t \/ " > G h o s t \< \/ a \> / )
182
+ . expect ( / \< a h r e f = " h t t p s : \/ \/ l o c a l h o s t " > G h o s t \< \/ a \> / )
183
183
. end ( doEnd ( done ) ) ;
184
184
} ) ;
185
185
} ) ;
You can’t perform that action at this time.
0 commit comments