@@ -540,10 +540,10 @@ describe("wrangler pages secret", () => {
540
540
541
541
await runWrangler ( `pages secret bulk --project some-project-name` ) ;
542
542
expect ( std . out ) . toMatchInlineSnapshot ( `
543
- "🌀 Creating the secrets for the Pages project \\"some-project-name\\" (production)
544
- Finished processing secrets JSON file:
545
- ✨ 2 secrets successfully uploaded"
546
- ` ) ;
543
+ "🌀 Creating the secrets for the Pages project \\"some-project-name\\" (production)
544
+ Finished processing secrets file:
545
+ ✨ 2 secrets successfully uploaded"
546
+ ` ) ;
547
547
expect ( std . err ) . toMatchInlineSnapshot ( `""` ) ;
548
548
} ) ;
549
549
@@ -571,10 +571,10 @@ describe("wrangler pages secret", () => {
571
571
) ;
572
572
573
573
expect ( std . out ) . toMatchInlineSnapshot ( `
574
- "🌀 Creating the secrets for the Pages project \\"some-project-name\\" (production)
575
- Finished processing secrets JSON file:
576
- ✨ 2 secrets successfully uploaded"
577
- ` ) ;
574
+ "🌀 Creating the secrets for the Pages project \\"some-project-name\\" (production)
575
+ Finished processing secrets file:
576
+ ✨ 2 secrets successfully uploaded"
577
+ ` ) ;
578
578
expect ( std . err ) . toMatchInlineSnapshot ( `""` ) ;
579
579
} ) ;
580
580
@@ -602,7 +602,7 @@ describe("wrangler pages secret", () => {
602
602
603
603
expect ( std . out ) . toMatchInlineSnapshot ( `
604
604
"🌀 Creating the secrets for the Pages project \\"some-project-name\\" (production)
605
- Finished processing secrets JSON file:
605
+ Finished processing secrets file:
606
606
✨ 3 secrets successfully uploaded"
607
607
` ) ;
608
608
expect ( std . err ) . toMatchInlineSnapshot ( `""` ) ;
@@ -636,10 +636,10 @@ describe("wrangler pages secret", () => {
636
636
) ;
637
637
638
638
expect ( std . out ) . toMatchInlineSnapshot ( `
639
- "🌀 Creating the secrets for the Pages project \\"some-project-name\\" (preview)
640
- Finished processing secrets JSON file:
641
- ✨ 2 secrets successfully uploaded"
642
- ` ) ;
639
+ "🌀 Creating the secrets for the Pages project \\"some-project-name\\" (preview)
640
+ Finished processing secrets file:
641
+ ✨ 2 secrets successfully uploaded"
642
+ ` ) ;
643
643
expect ( std . err ) . toMatchInlineSnapshot ( `""` ) ;
644
644
} ) ;
645
645
@@ -694,11 +694,11 @@ describe("wrangler pages secret", () => {
694
694
) ;
695
695
696
696
expect ( std . out ) . toMatchInlineSnapshot ( `
697
- "🌀 Creating the secrets for the Pages project \\"some-project-name\\" (production)
698
- Finished processing secrets JSON file:
699
- ✨ 0 secrets successfully uploaded
700
- "
701
- ` ) ;
697
+ "🌀 Creating the secrets for the Pages project \\"some-project-name\\" (production)
698
+ Finished processing secrets file:
699
+ ✨ 0 secrets successfully uploaded
700
+ "
701
+ ` ) ;
702
702
expect ( std . err ) . toMatchInlineSnapshot ( `
703
703
"[31mX [41;31m[[41;97mERROR[41;31m][0m [1m🚨 7 secrets failed to upload[0m
704
704
0 commit comments