Skip to content

Commit bb8ff27

Browse files
Pull request #20: feature/EOA-2030-deleted-AppVerifyClient-Intelligence-SS
Merge in SDK/python_telesign from feature/EOA-2030 to developer Squashed commit of the following: commit 652c4e416d985f71bd8a6e4b48e44f19538bf175 Author: MousumiMohanty <@telesign.com> Date: Wed Sep 3 13:25:19 2025 +0530 Deleted the appverify and intelligence file entirely
1 parent bad9da7 commit bb8ff27

File tree

3 files changed

+0
-57
lines changed

3 files changed

+0
-57
lines changed

telesign/appverify.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

telesign/intelligence.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

tests/test_phoneid.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,6 @@ def test_phoneid_constructor(self):
1717
self.assertEqual(client.customer_id, self.customer_id)
1818
self.assertEqual(client.api_key, self.api_key)
1919

20-
21-
def test_phoneid_pid_contact(self):
22-
23-
client = PhoneIdClient(self.customer_id, self.api_key)
24-
content_type_expected = 'application/json'
25-
status_code_expected = 200
26-
27-
payload = {
28-
"addons": {
29-
"contact": {}
30-
},
31-
"phone_number": self.phone_number_test
32-
}
33-
34-
response = client.phoneid(**payload)
35-
36-
self.assertEqual(response.headers.get('Content-Type'), content_type_expected, "Content-Type args do not match expected")
37-
self.assertEqual(response.status_code, status_code_expected, "Status code args do not match expected")
38-
3920
def test_phoneid_pid(self):
4021

4122
client = PhoneIdClient(self.customer_id, self.api_key)

0 commit comments

Comments
 (0)