@@ -167,6 +167,11 @@ def test_users(self):
167167 self .assertEqual (201 , ret ['status' ])
168168 self .assertEqual ('SUCC' , ret ['responseCode' ])
169169
170+ print (' Testing Expire User Tokens' )
171+ ret = my_voiceit .expire_user_tokens (user_id )
172+ self .assertEqual (201 , ret ['status' ])
173+ self .assertEqual ('SUCC' , ret ['responseCode' ])
174+
170175 print (' Testing Delete User' )
171176 ret = my_voiceit .delete_user (user_id )
172177 self .assertEqual (200 , ret ['status' ])
@@ -345,7 +350,7 @@ def test_verification(self):
345350 self .assertEqual ('SUCC' , ret ['responseCode' ])
346351
347352 print (' Test Voice Verification by URL' )
348- ret = my_voiceit .voice_verification_by_url (user_id , CONTENT_LANGUAGE , PHRASE , S3_URL + 'test-data/verificationA1 .wav' )
353+ ret = my_voiceit .voice_verification_by_url (user_id , CONTENT_LANGUAGE , PHRASE , S3_URL + 'test-data/enrollmentA4 .wav' )
349354 self .assertEqual (200 , ret ['status' ])
350355 self .assertEqual ('SUCC' , ret ['responseCode' ])
351356
@@ -365,7 +370,7 @@ def test_verification(self):
365370 self .assertEqual ('SUCC' , ret ['responseCode' ])
366371
367372 print (' Test Video Verification by URL' )
368- ret = my_voiceit .video_verification_by_url (user_id , CONTENT_LANGUAGE , PHRASE , S3_URL + 'test-data/videoVerificationB1.mov ' )
373+ ret = my_voiceit .video_verification_by_url (user_id , CONTENT_LANGUAGE , PHRASE , S3_URL + 'test-data/videoVerificationB2.mp4 ' )
369374 self .assertEqual (200 , ret ['status' ])
370375 self .assertEqual ('SUCC' , ret ['responseCode' ])
371376
0 commit comments