@@ -132,6 +132,7 @@ describe('Next.js Metadata API Integration Tests', () => {
132132 undefined ,
133133 { } ,
134134 expect . objectContaining ( { request : expect . anything ( ) } ) ,
135+ '/api' ,
135136 ) ;
136137 } ) ;
137138 } ) ;
@@ -159,6 +160,7 @@ describe('Next.js Metadata API Integration Tests', () => {
159160 undefined ,
160161 { } ,
161162 expect . objectContaining ( { request : expect . anything ( ) } ) ,
163+ '/api' ,
162164 ) ;
163165 } ) ;
164166 } ) ;
@@ -185,6 +187,7 @@ describe('Next.js Metadata API Integration Tests', () => {
185187 body ,
186188 { } ,
187189 expect . objectContaining ( { request : expect . anything ( ) } ) ,
190+ '/api' ,
188191 ) ;
189192 } ) ;
190193 } ) ;
@@ -207,6 +210,7 @@ describe('Next.js Metadata API Integration Tests', () => {
207210 body ,
208211 { } ,
209212 expect . objectContaining ( { request : expect . anything ( ) } ) ,
213+ '/api' ,
210214 ) ;
211215 } ) ;
212216 } ) ;
@@ -238,6 +242,7 @@ describe('Next.js Metadata API Integration Tests', () => {
238242 undefined ,
239243 { } ,
240244 expect . objectContaining ( { request : expect . anything ( ) } ) ,
245+ '/api' ,
241246 ) ;
242247 } ) ;
243248
@@ -250,6 +255,7 @@ describe('Next.js Metadata API Integration Tests', () => {
250255 undefined ,
251256 { } ,
252257 expect . objectContaining ( { request : expect . anything ( ) } ) ,
258+ '/api' ,
253259 ) ;
254260 } ) ;
255261
@@ -262,6 +268,7 @@ describe('Next.js Metadata API Integration Tests', () => {
262268 undefined ,
263269 { } ,
264270 expect . objectContaining ( { request : expect . anything ( ) } ) ,
271+ '/api' ,
265272 ) ;
266273 } ) ;
267274 } ) ;
@@ -696,6 +703,7 @@ describe('Next.js Metadata API Integration Tests', () => {
696703 undefined ,
697704 { } ,
698705 expect . objectContaining ( { request : expect . anything ( ) } ) ,
706+ '/api' ,
699707 ) ;
700708 } ) ;
701709
@@ -709,6 +717,7 @@ describe('Next.js Metadata API Integration Tests', () => {
709717 undefined ,
710718 { } ,
711719 expect . objectContaining ( { request : expect . anything ( ) } ) ,
720+ '/api' ,
712721 ) ;
713722 } ) ;
714723 } ) ;
0 commit comments