mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +03:00
After #3100 (#3023) dedups provider connections by decrypted key value, the seedConnection helper's shared 'sk-test' default collapsed multiple seeded connections into one, breaking round-robin / least-used / fallback selection tests (they saw 1 account instead of 2+). Default to a unique key per connection (matching the existing unique-name default). Found via full test:unit — #3100 was merged via gh, bypassing the pre-push test gate, so these never ran post-merge.