Skip to content

Commit

Permalink
Merge branch 'jrm/phone' into 'master'
Browse files Browse the repository at this point in the history
chore: use reserved phone numbers

See merge request TankerHQ/sdk-rust!48
  • Loading branch information
Jeremy T committed Jul 1, 2021
2 parents fc1666c + 72515f0 commit c972339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/verify_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async fn check_email_verif_is_setup() -> Result<(), Error> {
async fn check_sms_verif_is_setup() -> Result<(), Error> {
let app = TestApp::get().await;
let id = &app.create_identity(None);
let phone_number = "+33600001111".to_string();
let phone_number = "+33639982233".to_string();
let verif = Verification::PhoneNumber {
phone_number: phone_number.clone(),
verification_code: app.get_sms_verification_code(&phone_number).await?,
Expand Down

0 comments on commit c972339

Please sign in to comment.