Skip to content

Commit 60326e6

Browse files
committed
update snapshot
1 parent 4694742 commit 60326e6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

test/e2e/app-dir/app-static/app-static.test.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,10 @@ createNextDescribe(
838838
"static-to-dynamic-error-forced/[id]/page_client-reference-manifest.js",
839839
"static-to-dynamic-error/[id]/page.js",
840840
"static-to-dynamic-error/[id]/page_client-reference-manifest.js",
841+
"strip-header-traceparent.html",
842+
"strip-header-traceparent.rsc",
843+
"strip-header-traceparent/page.js",
844+
"strip-header-traceparent/page_client-reference-manifest.js",
841845
"too-many-cache-tags/page.js",
842846
"too-many-cache-tags/page_client-reference-manifest.js",
843847
"unstable-cache/dynamic-undefined/page.js",
@@ -1560,6 +1564,22 @@ createNextDescribe(
15601564
"initialRevalidateSeconds": false,
15611565
"srcRoute": "/ssg-draft-mode/[[...route]]",
15621566
},
1567+
"/strip-header-traceparent": {
1568+
"dataRoute": "/strip-header-traceparent.rsc",
1569+
"experimentalBypassFor": [
1570+
{
1571+
"key": "Next-Action",
1572+
"type": "header",
1573+
},
1574+
{
1575+
"key": "content-type",
1576+
"type": "header",
1577+
"value": "multipart/form-data;.*",
1578+
},
1579+
],
1580+
"initialRevalidateSeconds": 50,
1581+
"srcRoute": "/strip-header-traceparent",
1582+
},
15631583
"/variable-config-revalidate/revalidate-3": {
15641584
"dataRoute": "/variable-config-revalidate/revalidate-3.rsc",
15651585
"experimentalBypassFor": [

0 commit comments

Comments
 (0)