Skip to content

Commit 43a6eda

Browse files
committed
Fix lint error
1 parent da7f340 commit 43a6eda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,8 @@ def test_register_login_with_all_fields_should_work(
791791
custom_properties=self.CUSTOM_PROPERTIES,
792792
person_id=self.PERSON_ID,
793793
tenant_id=self.TENANT_ID,
794-
related_web_request_token=self.RELATED_WEB_REQUEST_TOKEN)
794+
related_web_request_token=
795+
self.RELATED_WEB_REQUEST_TOKEN)
795796

796797
mock_token_manager_get.assert_called()
797798
mock_base_request_post.assert_called_with(Endpoints.TRANSACTIONS,

0 commit comments

Comments
 (0)