@@ -700,7 +700,7 @@ describe("Sidebar Environment Variables", () => {
700
700
env,
701
701
} ,
702
702
null ,
703
- 2 ,
703
+ 4 ,
704
704
) ;
705
705
expect ( mockClipboardWrite ) . toHaveBeenCalledWith ( expectedConfig ) ;
706
706
} ) ;
@@ -735,7 +735,7 @@ describe("Sidebar Environment Variables", () => {
735
735
} ,
736
736
} ,
737
737
null ,
738
- 2 ,
738
+ 4 ,
739
739
) ;
740
740
expect ( mockClipboardWrite ) . toHaveBeenCalledWith ( expectedConfig ) ;
741
741
} ) ;
@@ -758,7 +758,7 @@ describe("Sidebar Environment Variables", () => {
758
758
note : "For SSE connections, add this URL directly in Client" ,
759
759
} ,
760
760
null ,
761
- 2 ,
761
+ 4 ,
762
762
) ;
763
763
expect ( mockClipboardWrite ) . toHaveBeenCalledWith ( expectedConfig ) ;
764
764
} ) ;
@@ -785,7 +785,7 @@ describe("Sidebar Environment Variables", () => {
785
785
} ,
786
786
} ,
787
787
null ,
788
- 2 ,
788
+ 4 ,
789
789
) ;
790
790
expect ( mockClipboardWrite ) . toHaveBeenCalledWith ( expectedConfig ) ;
791
791
} ) ;
@@ -808,7 +808,7 @@ describe("Sidebar Environment Variables", () => {
808
808
note : "For Streamable HTTP connections, add this URL directly in Client" ,
809
809
} ,
810
810
null ,
811
- 2 ,
811
+ 4 ,
812
812
) ;
813
813
expect ( mockClipboardWrite ) . toHaveBeenCalledWith ( expectedConfig ) ;
814
814
} ) ;
@@ -835,7 +835,7 @@ describe("Sidebar Environment Variables", () => {
835
835
} ,
836
836
} ,
837
837
null ,
838
- 2 ,
838
+ 4 ,
839
839
) ;
840
840
expect ( mockClipboardWrite ) . toHaveBeenCalledWith ( expectedConfig ) ;
841
841
} ) ;
@@ -864,7 +864,7 @@ describe("Sidebar Environment Variables", () => {
864
864
env : { } ,
865
865
} ,
866
866
null ,
867
- 2 ,
867
+ 4 ,
868
868
) ;
869
869
expect ( mockClipboardWrite ) . toHaveBeenCalledWith ( expectedConfig ) ;
870
870
} ) ;
0 commit comments