Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mwwoda committed Jul 10, 2024
1 parent 798bd18 commit 5d30a7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/client/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1858,6 +1858,7 @@ def test_create_sign_request(mock_client, mock_box_session, mock_sign_request_re
assert new_sign_request['declined_redirect_url'] == declined_redirect_url
assert new_sign_request['template_id'] == template_id


def test_create_sign_request_v2(mock_client, mock_box_session, mock_sign_request_response):
expected_url = f'{API.BASE_API_URL}/sign_requests'
redirect_url = 'https://www.box.com/accepted'
Expand Down Expand Up @@ -1892,6 +1893,7 @@ def test_create_sign_request_v2(mock_client, mock_box_session, mock_sign_request
assert new_sign_request['declined_redirect_url'] == declined_redirect_url
assert new_sign_request['template_id'] == template_id


def test_file_request(mock_client):
# pylint:disable=redefined-outer-name
file_request_id = '12345'
Expand Down

0 comments on commit 5d30a7f

Please sign in to comment.