fix(routing/tests): fix unit tests for routing (#4438)

This commit is contained in:
Shanks
2024-04-24 14:55:13 +05:30
committed by GitHub
parent 56f14b935d
commit 1d0d94d5e6
3 changed files with 5 additions and 3 deletions

View File

@ -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"