@@ -79,6 +79,7 @@ describe("postcardsApi", () => {
7979 from : ADDRESSES_EDITABLE [ 1 ] ,
8080 front : createdTemplate . id ,
8181 back : createdTemplate . id ,
82+ use_type : PscUseType . Marketing ,
8283 } ) ;
8384
8485 const postcard = await postcardsApi . create ( postcardWithTemplateIds ) ;
@@ -106,18 +107,21 @@ describe("postcardsApi", () => {
106107 from : ADDRESSES_EDITABLE [ 0 ] ,
107108 front : FILE_LOCATION_4X6 ,
108109 back : FILE_LOCATION_4X6 ,
110+ use_type : PscUseType . Marketing ,
109111 } ) ;
110112 const postcard2 = new PostcardEditable ( {
111113 to : ADDRESSES_EDITABLE [ 3 ] ,
112114 from : ADDRESSES_EDITABLE [ 0 ] ,
113115 front : FILE_LOCATION_4X6 ,
114116 back : FILE_LOCATION_4X6 ,
117+ use_type : PscUseType . Marketing ,
115118 } ) ;
116119 const postcard3 = new PostcardEditable ( {
117120 to : ADDRESSES_EDITABLE [ 6 ] ,
118121 from : ADDRESSES_EDITABLE [ 1 ] ,
119122 front : FILE_LOCATION_4X6 ,
120123 back : FILE_LOCATION_4X6 ,
124+ use_type : PscUseType . Marketing ,
121125 } ) ;
122126 const c1 = await postcardsApi . create ( postcard1 ) ;
123127 const c2 = await postcardsApi . create ( postcard2 ) ;
0 commit comments