File tree Expand file tree Collapse file tree
src/test/java/com/box/sdkgen Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- { "engineHash" : " 06ab9c3 " , "specHash" : " 425a724" , "version" : " 10.4.0" }
1+ { "engineHash" : " 3e11b6f " , "specHash" : " 425a724" , "version" : " 10.4.0" }
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public void testCreateGetUpdateDeleteShieldList() {
6161 new ShieldListsCreateV2025R0 .Builder (
6262 shieldListContentEmailName ,
6363 new ShieldListContentEmailV2025R0 .Builder (
64- Arrays .asList ("test@box .com" , "test@example.com" ))
64+ Arrays .asList ("test@boxdemo .com" , "test@example.com" ))
6565 .type (ShieldListContentEmailV2025R0TypeField .EMAIL )
6666 .build ())
6767 .description ("A list of things that are shielded" )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class SignRequestsITest {
2929
3030 @ Test
3131 public void testCreateGetCancelAndListSignRequest () {
32- String signerEmail = String .join ("" , getUuid (), "@box .com" );
32+ String signerEmail = String .join ("" , getUuid (), "@boxdemo .com" );
3333 FileFull fileToSign = uploadNewFile ();
3434 FolderFull destinationFolder = createNewFolder ();
3535 SignRequest createdSignRequest =
@@ -124,8 +124,8 @@ assert dateToString(createdSignRequest.getPrefillTags().get(0).getDateValue())
124124
125125 @ Test
126126 public void testCreateSignRequestWithSignerGroupId () {
127- String signer1Email = String .join ("" , getUuid (), "@box .com" );
128- String signer2Email = String .join ("" , getUuid (), "@box .com" );
127+ String signer1Email = String .join ("" , getUuid (), "@boxdemo .com" );
128+ String signer2Email = String .join ("" , getUuid (), "@boxdemo .com" );
129129 FileFull fileToSign = uploadNewFile ();
130130 FolderFull destinationFolder = createNewFolder ();
131131 SignRequest createdSignRequest =
You can’t perform that action at this time.
0 commit comments