Skip to content

Commit 87e4236

Browse files
author
John Backus
committed
use country_code
1 parent adaf8dd commit 87e4236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/verifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def setUp(self):
1313
except KeyError:
1414
sys.stderr.write("To run tests, you must have a BLOCKSCORE_API environment variable with a test api key\n")
1515
sys.exit(2)
16-
self.test_identity = ['us_citizen','1980-01-01',{'ssn': '0000'},{'first': 'john', 'last': 'doe'},{'street1': '1 Infinite Loop', 'city': 'Palo Alto', 'state': 'ca', 'postal_code': '94309', 'country': 'us'}]
16+
self.test_identity = ['us_citizen','1980-01-01',{'ssn': '0000'},{'first': 'john', 'last': 'doe'},{'street1': '1 Infinite Loop', 'city': 'Palo Alto', 'state': 'ca', 'postal_code': '94309', 'country_code': 'us'}]
1717

1818
def test_create_verification(self):
1919
verif = self.client.verification.create(*self.test_identity)

0 commit comments

Comments
 (0)