fix(config): fix duplicate entry in integration_test.toml file #12810
Conversation
|
💡 Configuration fix appears correct The duplicate Verification recommended: Confirm that:
The diff shows the duplicate was at line 731 under |
XyneSpaces
left a comment
There was a problem hiding this comment.
Review Summary
Classification: Configuration fix
Risk Level: Minimal
Files Changed: 1 (integration_test.toml)
Findings
✅ Clean fix. The PR correctly removes the duplicate google_pay entry under pm_filters.worldpayxml that was causing integration environment failures.
Verification
- The duplicate entry removal is precise - targeting line 731 where the redundant
google_payconfig appeared - The preserved
google_payentry maintains the same country/currency configuration as the removed duplicate - An additional
google_payentry is correctly added underpm_filters.inespayfor that connector's configuration
Risk Assessment
🚫 No blocking issues. This is a straightforward configuration correction with no functional code changes. The fix addresses the stated problem in the PR description.
Type of Change
Description
In integration_test.toml, under pm_filters.worldpayxml, google_pay was duplicated. This duplication caused the failure in the integration environment.
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --allcargo clippy