Skip to content

Commit

Permalink
docs: Added comment why assert is commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantiago2719 committed Dec 9, 2023
1 parent c911517 commit f9309d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions payment-vault/tests/payment_gateway/payment_token.rs
Expand Up @@ -122,5 +122,6 @@ mod test_payment_token {
let create_payment = maya_client.create_payment(payment).await.unwrap();
println!("{:?}", create_payment.text().await.unwrap());
// assert_eq!(create_payment.status(), 200);
// remove assertion since the documentation points to a invalid endpoint
}
}

0 comments on commit f9309d5

Please sign in to comment.