Skip to content

Commit e398558

Browse files
test: Remove box.com domain from tests (box/box-codegen#914) (#1685)
1 parent a028b69 commit e398558

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "06ab9c3", "specHash": "425a724", "version": "10.4.0" }
1+
{ "engineHash": "3e11b6f", "specHash": "425a724", "version": "10.4.0" }

src/test/java/com/box/sdkgen/shieldlists/ShieldListsITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

src/test/java/com/box/sdkgen/signrequests/SignRequestsITest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 =

0 commit comments

Comments
 (0)