mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
fix(routing/tests): fix unit tests for routing (#4438)
This commit is contained in:
@ -544,6 +544,7 @@ mod tests {
|
||||
"connector_type": "payment_processor",
|
||||
"connector_name": "bluesnap",
|
||||
"merchant_connector_id": "REDACTED",
|
||||
"status": "inactive",
|
||||
"connector_account_details": {
|
||||
"auth_type": "BodyKey",
|
||||
"api_key": "REDACTED",
|
||||
@ -625,6 +626,7 @@ mod tests {
|
||||
"connector_type": "payment_processor",
|
||||
"connector_name": "stripe",
|
||||
"merchant_connector_id": "REDACTED",
|
||||
"status": "inactive",
|
||||
"connector_account_details": {
|
||||
"auth_type": "HeaderKey",
|
||||
"api_key": "REDACTED"
|
||||
|
||||
Reference in New Issue
Block a user