mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
chore: fix typos and introduce ci check (#390)
This commit is contained in:
@ -213,7 +213,7 @@ mod pii_masking_strategy_tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_invalid_lient_secret_masking() {
|
||||
fn test_invalid_client_secret_masking() {
|
||||
let secret: Secret<String, IpAddress> =
|
||||
Secret::new("pay_uszFB2QGe9MmLY65ojhT_secret".to_string());
|
||||
assert_eq!("*** alloc::string::String ***", format!("{:?}", secret));
|
||||
|
||||
Reference in New Issue
Block a user