Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "06ab9c3", "specHash": "425a724", "version": "10.3.0" }
{ "engineHash": "3e11b6f", "specHash": "425a724", "version": "10.3.0" }
2 changes: 1 addition & 1 deletion test/shield_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def testCreateGetUpdateDeleteShieldList():
shield_list_content_email_name,
ShieldListContentEmailV2025R0(
type=ShieldListContentEmailV2025R0TypeField.EMAIL,
email_addresses=['test@box.com', 'test@example.com'],
email_addresses=['test@boxdemo.com', 'test@example.com'],
),
description='A list of things that are shielded',
)
Expand Down
6 changes: 3 additions & 3 deletions test/sign_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@


def testCreateGetCancelAndListSignRequest():
signer_email: str = ''.join([get_uuid(), '@box.com'])
signer_email: str = ''.join([get_uuid(), '@boxdemo.com'])
file_to_sign: FileFull = upload_new_file()
destination_folder: FolderFull = create_new_folder()
created_sign_request: SignRequest = client.sign_requests.create_sign_request(
Expand Down Expand Up @@ -115,8 +115,8 @@ def testCreateGetCancelAndListSignRequest():


def testCreateSignRequestWithSignerGroupId():
signer_1_email: str = ''.join([get_uuid(), '@box.com'])
signer_2_email: str = ''.join([get_uuid(), '@box.com'])
signer_1_email: str = ''.join([get_uuid(), '@boxdemo.com'])
signer_2_email: str = ''.join([get_uuid(), '@boxdemo.com'])
file_to_sign: FileFull = upload_new_file()
destination_folder: FolderFull = create_new_folder()
created_sign_request: SignRequest = client.sign_requests.create_sign_request(
Expand Down
Loading