1 parent adaf8dd commit 87e4236Copy full SHA for 87e4236
1 file changed
test/verifications.py
@@ -13,7 +13,7 @@ def setUp(self):
13
except KeyError:
14
sys.stderr.write("To run tests, you must have a BLOCKSCORE_API environment variable with a test api key\n")
15
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'}]
+ 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'}]
17
18
def test_create_verification(self):
19
verif = self.client.verification.create(*self.test_identity)
0 commit comments